1
0
forked from pool/python-pyodbc

- Update to version 4.0.25:

* support for SQL Server Table-Valued Paramaters has arrived. See test_tvp in the SQL Server unit tests.
  * Support for IBM DB/2 DECFLOAT type (#472) by @c-dy
  * Better SQL Server and FreeTDS tests with known driver issues (#469) by @gordthompson.
  * Fix "function sequence error" with fast executemany (#450) by @v-makouz.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal 2019-02-01 12:05:02 +00:00 committed by Git OBS Bridge
parent 68afcb3939
commit 95d4707868

View File

@ -1,7 +1,11 @@
-------------------------------------------------------------------
Wed Jan 30 19:32:36 UTC 2019 - Dirk Hartmann <monex@liquid-co.de>
- Update to version 4.0.25.
- Update to version 4.0.25:
* support for SQL Server Table-Valued Paramaters has arrived. See test_tvp in the SQL Server unit tests.
* Support for IBM DB/2 DECFLOAT type (#472) by @c-dy
* Better SQL Server and FreeTDS tests with known driver issues (#469) by @gordthompson.
* Fix "function sequence error" with fast executemany (#450) by @v-makouz.
-------------------------------------------------------------------
Sat Aug 25 15:19:36 UTC 2018 - jengelh@inai.de