diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-06-10 17:34:25 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-06-10 17:34:25 +0000 |
commit | 13f3ec829546e1c68fbd95e6c6c1d20ee5b7347e (patch) | |
tree | 1de9f3fde579accc3153c75ad56284ee4cac09ca /doc | |
parent | 2e36ad336f7efd4faf4f8ecfc2e98fac7c881590 (diff) | |
download | pkgsrc-13f3ec829546e1c68fbd95e6c6c1d20ee5b7347e.tar.gz |
Update databases/py-peewee to 2.6.1.
2.6.1
- #606, support self-referential joins with prefetch and aggregate_rows()
methods.
- #588, accomodate changes in SQLite's PRAGMA index_list() return value.
- #607, fixed bug where pwiz was not passing table names to introspector.
- #591, fixed bug with handling of named cursors in older psycopg2 version.
- Removed some cruft from the APSWDatabase implementation.
- Added CompressedField and AESEncryptedField
- #609, #610, added Django-style foreign key ID lookup.
- Added support for Hybrid Attributes (cool idea courtesy of SQLAlchemy).
- Added upsert keyword argument to the Model.save() function (SQLite only).
- #587, added support for ON CONFLICT SQLite clause for INSERT and UPDATE
queries.
- #601, added hook for programmatically defining table names.
- #581, #611, support connection pools with playhouse.db_url.connect().
- Added Contributing section section to docs.
2.6.0
- get_or_create() now returns a 2-tuple consisting of the model instance
and a boolean indicating whether the instance was created. The function
now behaves just like the Django equivalent.
- #574, better support for setting the character encoding on Postgresql
database connections. Thanks @klen!
- Improved implementation of get_or_create().
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions