From 95d47078688a0bdd9a3c0ca172cf51b27b443f03e7d1bf97b605dcf4a3321407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 1 Feb 2019 12:05:02 +0000 Subject: [PATCH] - 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 --- python-pyodbc.changes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pyodbc.changes b/python-pyodbc.changes index 037c932..ec84680 100644 --- a/python-pyodbc.changes +++ b/python-pyodbc.changes @@ -1,7 +1,11 @@ ------------------------------------------------------------------- Wed Jan 30 19:32:36 UTC 2019 - Dirk Hartmann -- 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