14
0

Accepting request 974774 from home:DocB:branches:devel:languages:python

- version 1.4.0
  * Use unittest discover
  * Use only column name for INSERT and UPDATE
  * Add escape to Like operators
  * Add default literal ‘*’ expression to Count
  * Add support for Python 3.10

OBS-URL: https://build.opensuse.org/request/show/974774
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-sql?expand=0&rev=15
This commit is contained in:
2022-05-03 19:10:56 +00:00
committed by Git OBS Bridge
parent 8d1bca1b38
commit 2e788e9388
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue May 3 15:06:06 UTC 2022 - Axel Braun <axel.braun@gmx.de>
- version 1.4.0
* Use unittest discover
* Use only column name for INSERT and UPDATE
* Add escape to Like operators
* Add default literal * expression to Count
* Add support for Python 3.10
-------------------------------------------------------------------
Tue Sep 14 10:18:53 UTC 2021 - Axel Braun <axel.braun@gmx.de>