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:
committed by
Git OBS Bridge
parent
cd44d70f0a
commit
7d8a493d0b
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user