a093aa0c0c
3.13.2 * Allow aggregate functions to support an `ORDER BY` clause, via the addition of an `order_by()` method to the function (`fn`) instance. * Fix `prefetch()` bug, where related "backref" instances were marked as dirty, even though they had no changes. * Support `LIMIT 0`. Previously a limit of 0 would be translated into effectively an unlimited query on MySQL. * Support indexing into arrays using expressions with Postgres array fields. * Ensure postgres introspection methods return the columns for multi-column indexes in the correct order. * Add support for arrays of UUIDs to postgres introspection. * Fix introspection of columns w/capitalized table names in postgres. * Fix to ensure correct exception is raised in SqliteQueueDatabase when iterating over cursor/result-set. * Fix bug comparing subquery against a scalar value. * Fix issue resolving composite primary-keys that include foreign-keys when building the model-graph. * Allow model-classes to be passed as arguments, e.g., to a table function. * Ensure postgres `JSONField.concat()` accepts expressions as arguments. |
||
---|---|---|
.. | ||
patches | ||
ALTERNATIVES | ||
DESCR | ||
distinfo | ||
Makefile | ||
MESSAGE | ||
PLIST |