pkgsrc/databases/py-peewee
adam a093aa0c0c py-peewee: updated to 3.13.2
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.
2020-03-30 13:08:24 +00:00
..
patches py-peewee: updated to 3.8.1 2019-01-08 08:37:59 +00:00
ALTERNATIVES py-peewee: updated to 3.8.0 2018-12-18 11:48:33 +00:00
DESCR
distinfo py-peewee: updated to 3.13.2 2020-03-30 13:08:24 +00:00
Makefile py-peewee: updated to 3.13.2 2020-03-30 13:08:24 +00:00
MESSAGE databases/py-peewee: Update to 3.2.2. 2018-04-04 12:31:19 +00:00
PLIST py-peewee: updated to 3.13.1 2019-12-08 21:46:35 +00:00