pkgsrc/databases/py-peewee
adam 85fa674c6a py-peewee: updated to 3.12.0
3.12.0
* Bulk insert (`insert_many()` and `insert_from()`) will now return the row
  count instead of the last insert ID. If you are using Postgres, peewee will
  continue to return a cursor that provides an iterator over the newly-inserted
  primary-key values by default. This behavior is being retained by default for
  compatibility. Postgres users can simply specify an empty `returning()` call
  to disable the cursor and retrieve the rowcount instead.
* Migration extension now supports altering a column's data-type, via the new
  `alter_column_type()` method.
* Added `Database.is_connection_usabe()` method, which attempts to look at the
  status of the underlying DB-API connection to determine whether the
  connection is usable.
* Common table expressions include a `materialized` parameter, which can be
  used to control Postgres' optimization fencing around CTEs.
* Added `BloomFilter.from_buffer()` method for populating a bloom-filter from
  the output of a previous call to the `to_buffer()` method.
* Fixed APSW extension's `commit()` and `rollback()` methods to no-op if the
  database is in auto-commit mode.
* Added `generate_always=` option to the `IdentityField` (defaults to False).
2019-11-25 10:42:13 +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.12.0 2019-11-25 10:42:13 +00:00
Makefile py-peewee: updated to 3.12.0 2019-11-25 10:42:13 +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.11.2 2019-10-02 07:45:42 +00:00