diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-10-08 12:59:13 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-10-08 12:59:13 +0000 |
commit | b66a970c692ce6836b59e2b219d20a36b3733b34 (patch) | |
tree | 2686d93408fe0abd27f52ff8f2b20dca3773362a /sysutils/munin-node/DESCR | |
parent | 440dd9479463fea449c9847eea0c21cb260695e7 (diff) | |
download | pkgsrc-b66a970c692ce6836b59e2b219d20a36b3733b34.tar.gz |
Update databases/py-peewee to 2.6.4.
Bugs fixed
- fixed a bug with the Cython speedups not being included
in package.
- documented how to create models with no primary key.
- allow bare INSERT statements.
- regarding foreign key / one-to-one relationships.
- allow ArrayField to accept tuples in addition to lists.
- fix regarding unsaved relations.
- refactored QueryResultWrapper to allow multiple independent
iterations over the same underlying result cache.
- fix bug with multiple joins to same table + eager loading.
- fix bug when connection fails while using an execution context.
- use correct column names with non-standard django foreign keys.
- return datetime.time instead of timedelta for MySQL time fields.
- fixed SQLite migrator regular expressions. Thanks @sroebert.
New features
- added support for RETURNING clauses. Update, Insert and Delete
queries can now be called with RETURNING to retrieve the rows
that were affected.
- added web request hook docs.
- allowed arbitrary model attributes and methods to be serialized
by model_to_dict(). Docs.
- allow model_to_dict() to introspect query for which fields
to serialize.
- Added backend-agnostic truncate_date() implementation.
- Added a FixedCharField which uses column type CHAR.
- Added support for arbitrary PRAGMA statements to be run on new
SQLite connections. Docs.
- Removed berkeley_build.sh script. See instructions on my blog
instead.
Diffstat (limited to 'sysutils/munin-node/DESCR')
0 files changed, 0 insertions, 0 deletions