Revisions of python-peewee
buildservice-autocommit
accepted
request 1223773
from
Martin Hauke (mnhauke)
(revision 6)
auto commit by copy to link target
Martin Hauke (mnhauke)
committed
(revision 5)
- Update to version 3.17.8 * Fix regression in behavior of delete_instance() when traversing nullable foreign-keys. Introduced in 3.17.6. * Fix bug where joins not cloned when going from join-less -> joined query.
buildservice-autocommit
accepted
request 917125
from
Martin Hauke (mnhauke)
(revision 4)
auto commit by copy to link target
Martin Hauke (mnhauke)
committed
(revision 3)
* Bugfix release - Update to version 3.14.3 * This release contains a single fix for ensuring NULL values are inserted when issuing a bulk-insert of heterogeneous dictionaries which may be missing explicit NULL values. - Update to version 3.14.2 * Support for named Check and foreign-key constraints. * Better foreign-key introspection for CockroachDB (and Postgres) * Register UUID adapter for Postgres. * Add fn.array_agg() to blacklist for automatic value coercion. - Update to version 3.14.1 Changes * Properly delegate to a foreign-key field's db_value() function when converting model instances. * Strip quote marks and parentheses from column names returned by sqlite cursor when a function-call is projected without an alias. * Fix DataSet.create_index() method. * Fix column-to-model mapping in model-select from subquery with joins. * Improvements to foreign-key lazy-loading. * Preserve and handle CHECK() constraints in Sqlite migrator. * Add stddev aggregate function to collection of sqlite user-defined funcs. - Update to version 3.14.0 * Add an experimental helper, shortcuts.resolve_multimodel_query(), for resolving multiple models used in a compound select query. * Add a lateral() method to select query for use with lateral joins, refs issue #2205.
Martin Hauke (mnhauke)
committed
(revision 2)
- Update to version 3.14.4 XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX
Martin Hauke (mnhauke)
committed
(revision 1)
Displaying all 6 revisions