pkgsrc/databases/py-peewee
fhajny dabbf41530 Update databases/py-peewee to 2.8.5.
2.8.5

- Starting docs on sqliteq
- Use parentheses for compound select with MySQL.
- Remove "clean_prefetch_subquery" as I'm not sure why it exists in the
  first place.

2.8.4

- New playhouse extension module for working with SQLite in
  multi-threaded / concurrent environments. The new module is called
  playhouse.sqliteq and it works by serializing queries using a dedicated
  worker thread (or greenlet). The performance is quite good, hopefully
  this proves useful to someone besides myself! You can learn more by
  reading the sqliteq documentation.
- #1061 - @akrs patched a bug in TimestampField which affected the
  accuracy of sub-second timestamps (for resolution > 1).
- #1071, small python 3 fix.
- #1072, allow DeferredRelation to be used multiple times if there are
  multiple references to a given deferred model.
- #1073, fixed regression in the speedups module that caused SQL
  functions to always coerce return values, regardless of the coerce
  flag.
- #1083, another Python 3 issue - this time regarding the use of
  exc.message.
2016-10-26 14:28:16 +00:00
..
DESCR
distinfo Update databases/py-peewee to 2.8.5. 2016-10-26 14:28:16 +00:00
Makefile Update databases/py-peewee to 2.8.5. 2016-10-26 14:28:16 +00:00
MESSAGE
PLIST Update databases/py-peewee to 2.8.5. 2016-10-26 14:28:16 +00:00