14
0

Accepting request 1133111 from home:mnhauke

- Update to version 2.2.11
  General
  * Add datetime.date to SQLDATE conversion.
  * Add encryption parameter to connect.
  Bug fixes
  * Fix version parsing in development.
  * Add missing charset parameter when formatting query.
  * Use four digits for the year in SP args binding.
  * Fix convert_python_value to work with datetime.date.

OBS-URL: https://build.opensuse.org/request/show/1133111
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymssql?expand=0&rev=7
This commit is contained in:
2023-12-15 09:38:09 +00:00
committed by Git OBS Bridge
parent 929e617155
commit 0bf70f29a1
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Dec 14 13:31:54 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.2.11
General
* Add datetime.date to SQLDATE conversion.
* Add encryption parameter to connect.
Bug fixes
* Fix version parsing in development.
* Add missing charset parameter when formatting query.
* Use four digits for the year in SP args binding.
* Fix convert_python_value to work with datetime.date.
-------------------------------------------------------------------
Mon Oct 30 20:52:41 UTC 2023 - Martin Hauke <mardnh@gmx.de>