Peewee v3.13.0 Release Notes

Release Date: 2019-12-06 // over 4 years ago
  • ๐Ÿ‘ CockroachDB support added

    ๐Ÿš€ This will be a notable release as it adds support for
    CockroachDB, a distributed, horizontally-scalable
    SQL database.

    ๐Ÿ›  Other features and fixes

    • ๐Ÿ‘ Allow FOR UPDATE clause to specify one or more tables (FOR UPDATE OF...).
    • ๐Ÿ‘Œ Support for Postgres LATERAL join.
    • โช Properly wrap exceptions raised during explicit commit/rollback in the appropriate peewee-specific exception class.
    • ๐Ÿ‘ป Capture original exception object and expose it as exc.orig on the wrapped exception.
    • ๐Ÿ‘• Properly introspect SMALLINT columns in Postgres schema reflection.
    • More flexible handling of passing database-specific arguments to atomic() and transaction() context-manager/decorator.
    • ๐Ÿ›  Fix non-deterministic join ordering issue when using the filter() API across several tables (#2063).

    View commits