Piccolo

Latest version: v1.22.0

Safety actively analyzes 685670 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 34 of 53

0.18.4

Not secure
------
* Fixed a bug when multiple tables inherit from the same mixin (thanks to
brnosouza).
* Added a ``log_queries`` option to ``PostgresEngine``, which is useful during
debugging.
* Added the `inflection` library for converting ``Table`` class names to
database table names. Previously, a class called ``TableA`` would wrongly
have a table called ``table`` instead of ``table_a``.
* Fixed a bug with ``SerialisedBuiltin.__hash__`` not returning a number,
which could break migrations (thanks to sinisaos).

-------------------------------------------------------------------------------

0.18.3

Not secure
------
Improved ``Array`` column serialisation - needed to fix auto migrations.

-------------------------------------------------------------------------------

0.18.2

Not secure
------
Added support for filtering ``Array`` columns.

-------------------------------------------------------------------------------

0.18.1

Not secure
------
Add the ``Array`` column type as a top level import in ``piccolo.columns``.

-------------------------------------------------------------------------------

0.18.0

Not secure
------
* Refactored ``forwards`` and ``backwards`` commands for migrations, to make
them easier to run programatically.
* Added a simple ``Array`` column type.
* ``table_finder`` now works if just a string is passed in, instead of having
to pass in an array of strings.

-------------------------------------------------------------------------------

0.17.5

Not secure
------
Catching database connection exceptions when starting the default ASGI app
created with ``piccolo asgi new`` - these errors exist if the Postgres
database hasn't been created yet.

-------------------------------------------------------------------------------

Page 34 of 53

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.