14
0
forked from pool/python-pony

- Update to 0.7.9:

* Fix handling of empty arrays and empty lists in queries
  * Fix reading optional nullable array columns from database
  * Array type support for PostgreSQL and SQLite
  * isinstance() support in queries
  * Support of queries based on collections: select(x for x in y.items)
- Drop merged patch 0001-Fix-tests-failing-with-python-3.6.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2019-03-01 13:36:31 +00:00
committed by Git OBS Bridge
parent cd44d70f0a
commit 7d8a493d0b
5 changed files with 21 additions and 48 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Mar 1 13:33:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.7.9:
* Fix handling of empty arrays and empty lists in queries
* Fix reading optional nullable array columns from database
* Array type support for PostgreSQL and SQLite
* isinstance() support in queries
* Support of queries based on collections: select(x for x in y.items)
- Drop merged patch 0001-Fix-tests-failing-with-python-3.6.patch
-------------------------------------------------------------------
Thu Oct 25 09:31:35 UTC 2018 - Jan Engelhardt <jengelh@inai.de>