pkgsrc/databases/py-peewee
fhajny caf35e0d03 Update databases/py-peewee to 2.6.3
2.6.3
- New `fields` module.
- Fix runtests to not run dupes.
- Add `FixedCharField`, fixes #631

2.6.2
- #641, fixed bug with exception wrapping and Python 2.6
- #634, fixed bug where correct query result wrapper was not being used
  for certain composite queries.
- #625, cleaned up some example code.
- #614, fixed bug with aggregate_rows() when there are multiple joins
  to the same table.
- Added create_or_get() as a companion to get_or_create().
- Added support for ON CONFLICT clauses for UPDATE and INSERT queries. Docs.
- Added a JSONKeyStore to playhouse.kv.
- Added Cythonized version of strip_parens(), with plans to perhaps move
  more performance-critical code to Cython in the future.
- Added docs on specifying vendor-specific database parameters.
- Added docs on specifying field default values (both client and server-side).
- Added docs on foreign key field back-references.
- Added docs for models without a primary key.
- Cleaned up docs on prefetch() and aggregate_rows().
2015-08-24 20:01:48 +00:00
..
DESCR
distinfo Update databases/py-peewee to 2.6.3 2015-08-24 20:01:48 +00:00
Makefile Update databases/py-peewee to 2.6.3 2015-08-24 20:01:48 +00:00
MESSAGE
PLIST Update databases/py-peewee to 2.6.3 2015-08-24 20:01:48 +00:00