14
0

Accepting request 917894 from home:pgajdos:python

- version update to 1.2.2
  Version 1.2.2 - 2021-05-16
  * Escape table and column names containing double quote
  * Use alias on the main table used in UPDATE and INSERT
  * Add support for Python 3.9
  Version 1.2.1 - 2020-10-08
  * Fix AttributeError in Select.params with windows

OBS-URL: https://build.opensuse.org/request/show/917894
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-sql?expand=0&rev=13
This commit is contained in:
2021-09-10 09:02:32 +00:00
committed by Git OBS Bridge
parent 49703b75a9
commit 1ecc916566
4 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Sep 10 07:14:18 UTC 2021 - pgajdos@suse.com
- version update to 1.2.2
Version 1.2.2 - 2021-05-16
* Escape table and column names containing double quote
* Use alias on the main table used in UPDATE and INSERT
* Add support for Python 3.9
Version 1.2.1 - 2020-10-08
* Fix AttributeError in Select.params with windows
-------------------------------------------------------------------
Tue Oct 6 08:20:02 UTC 2020 - Axel Braun <axel.braun@gmx.de>