1
0
forked from pool/python-pyodbc

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

Hi,

I've updated the package to the latest version 4.0.27.

Greetings,
  Dirk

OBS-URL: https://build.opensuse.org/request/show/721354
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-08-07 09:22:48 +00:00
committed by Git OBS Bridge
parent 9526acad72
commit aeacfa57e0
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Aug 5 18:35:48 UTC 2019 - Dirk Hartmann <monex@liquid-co.de>
- Update to version 4.0.27:
* Use int instead of bigint when possible (based on size of data)
to work with drivers that don't support bigint at all.
* Support SQL Server datetime2 precision. Previously more data
was passed than the column precision causing an error.
* Make Informix unit tests work again.
* Correct encoding error on big-endian machines for connection
errors. Default to native UTF16 instead of UTF16-LE.
* Fix MySQL unit tests.
-------------------------------------------------------------------
Sun Mar 10 16:04:24 UTC 2019 - Dirk Hartmann <monex@liquid-co.de>