14
0

- Version 1.6.0 - 2025-05-02

* Fix position of order_by parameters in Select query
  * Add support for weak reference on SQL objects
  * Add support for Python 3.13

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-sql?expand=0&rev=28
This commit is contained in:
2025-05-04 07:35:36 +00:00
committed by Git OBS Bridge
parent fb927b04b3
commit e0a80bfbdb
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat May 3 08:43:48 UTC 2025 - Axel Braun <axel.braun@gmx.de>
- Version 1.6.0 - 2025-05-02
* Fix position of order_by parameters in Select query
* Add support for weak reference on SQL objects
* Add support for Python 3.13
-------------------------------------------------------------------
Thu Oct 31 16:46:13 UTC 2024 - Dirk Müller <dmueller@suse.com>