14
0
forked from pool/python-pyodbc

Accepting request 683592 from home:Monex:branches:devel:languages:python

Hi,

I've updated the package to the latest version 4.0.26. Sadly there was a serious bug introduced in the previous version so an updated is recommended by the upstream developer.

Greetings,
  Dirk

OBS-URL: https://build.opensuse.org/request/show/683592
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2019-03-11 08:31:19 +00:00
committed by Git OBS Bridge
parent 95d4707868
commit 9526acad72
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Mar 10 16:04:24 UTC 2019 - Dirk Hartmann <monex@liquid-co.de>
- Update to version 4.0.26:
* Issue #506 uncovered a potentially serious error where
Unicode strings may not get a NULL terminator when being converted.
* Issue #504 was a double decref in the error return path of executemany.
-------------------------------------------------------------------
Wed Jan 30 19:32:36 UTC 2019 - Dirk Hartmann <monex@liquid-co.de>