14
0

- update to 1.5.2:

* Use parameter for unary operator
  * Support default values when inserting not matched merge
  * Replace assert by ValueError

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-sql?expand=0&rev=26
This commit is contained in:
2024-10-31 16:46:22 +00:00
committed by Git OBS Bridge
parent 227469dcbb
commit fb927b04b3
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Oct 31 16:46:13 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.5.2:
* Use parameter for unary operator
* Support default values when inserting not matched merge
* Replace assert by ValueError
-------------------------------------------------------------------
Thu Jun 6 20:23:49 UTC 2024 - Dirk Müller <dmueller@suse.com>