3dbecdd193
- update to 0.7.19: * Python 3.12 support * Fix JSON handling in SQLite >= 3.45
Dirk Mueller2024-08-31 11:40:30 +00:00
189bc96cfd
Accepting request 1164571 from devel:languages:python
Ana Guerrero2024-04-04 20:27:01 +00:00
90338d9ef9
- Do not run test_json, it fails with sqlite 3.45 gh#ponyorm/pony#704
Daniel Garcia2024-04-04 11:10:13 +00:00
1987feab54
Accepting request 1147165 from devel:languages:python
Ana Guerrero2024-02-18 19:23:21 +00:00
a4c753df44
Accepting request 1147159 from home:bnavigator:branches:devel:languages:python
Matej Cepl2024-02-16 17:15:39 +00:00
f1e7d09b46
Accepting request 1140744 from devel:languages:python
Ana Guerrero2024-01-23 21:56:04 +00:00
71fa8b54ae
- update to 0.7.17: * Add Python 3.11 support; drop support for Python < 3.8 * Fix#636 nullable IntArray and StrArray * Fix quoting table alias in MySQL DELETE queries * Fix handling of default argument values in hybrid methods and functions - drop python-311.patch (upstream) * Fixes#628: DBAPIProvider.init() got multiple values for argument 'database'
Dirk Mueller2024-01-22 23:42:38 +00:00
1addb10818
- update to 0.7.16: * A long-awaited support of Python 3.10. * A possibility to create shared-in memory SQLite databases that can be accessed from multiple threads * Fixes#628: DBAPIProvider.init() got multiple values for argument 'database' - remove b6599465524c4b5c9624dfa30dd3c8a5624b515d.patch (upstream)
Dirk Mueller2022-02-17 21:09:53 +00:00
7d8a493d0b
- 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
Tomáš Chvátal
2019-03-01 13:36:31 +00:00