forked from pool/python-pyodbc
Accepting request 722652 from devel:languages:python
- 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. OBS-URL: https://build.opensuse.org/request/show/722652 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyodbc?expand=0&rev=5
This commit is contained in:
commit
f87491995c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e52700b5d24a846483b5ab80acd9153f8e593999c9184ffea11596288fb33de3
|
||||
size 219802
|
3
pyodbc-4.0.27.tar.gz
Normal file
3
pyodbc-4.0.27.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b5628e1bb56e60f22514b058b591a60b013fcfa5c6d712265608cc0e089a2cd
|
||||
size 242655
|
@ -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>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pyodbc
|
||||
Version: 4.0.26
|
||||
Version: 4.0.27
|
||||
Release: 0
|
||||
Summary: Python ODBC API
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user