Revisions of python-pyodbc
Ana Guerrero (anag+factory)
accepted
request 1218966
from
Dirk Mueller (dirkmueller)
(revision 14)
- update to 5.2.0: * Thanks to @keitherskine there are now wheels for 3.13. There are aiso a few bug fixes that were ready to go. - Changes from version 4.0.34 - Updated spec file for compatibility with different python3 - Update to version 4.0.27: * Use int instead of bigint when possible (based on size of data) * Support SQL Server datetime2 precision. Previously more data * Correct encoding error on big-endian machines for connection * Issue #506 uncovered a potentially serious error where - Use python single spec. -Update to version 4.0.13 - updated to version 3.0.10 * Row objects can now be pickled. * Fixed building on Python 2.5. Other versions are not affected. * Fixed "function sequence" errors caused by prepared SQL not being cleared ("unprepared") * Added Cursor.commit() and Cursor.rollback(). It is now possible to use only a cursor in * Added readonly keyword to connect. If set to True, SQLSetConnectAttr SQL_ATTR_ACCESS_MODE is set to SQL_MODE_READ_ONLY. * Fixed an error reading SQL Server XML data types longer than 4K. - removed unneded requires - initial version
Dominique Leuenberger (dimstar_suse)
accepted
request 1172418
from
Markéta Machová (mcalabkova)
(revision 13)
Dominique Leuenberger (dimstar_suse)
accepted
request 1079995
from
Dirk Mueller (dirkmueller)
(revision 11)
- update to 4.0.39: * Version 4.0.38 had a serious bug in Row.__repr__ which could cause crashes (#1196 ). * Version 5.0 is on its way and will drop support for Python 2. This release is a (hopefully final) bug fix release for the 4.x line. * added typing for Connection, Cursor, and connect parameters. * corrected the install location of the pyi file. * fixed Unicode errors in repr(row) * fixed more typing related issues by removing TypeAlias * arturxedex128 opened a security advisory for a buffer overflow if selecting a decimal more * than 100 digits long. Fixed by Michael Kleehammer. - drop fix_install_location_of_pyodbc.pyi.patch (upstream)
Dominique Leuenberger (dimstar_suse)
accepted
request 1063824
from
Matej Cepl (mcepl)
(revision 10)
- Update to version 4.0.35 * This release provides Python 3.11 wheels, plus some other wheel fixes. * There is also an import memory fix when using fast_execute_many. - Changes from version 4.0.34 * Mac wheels are finally here. Thanks to all that worked on the code for that. Please let us know if there are any problems with the wheels on PyPI * Python 3.10 wheels are also available * Fix for DSNs with non-ASCII characters. * Memory leak fix with Decimal parameters. * PostgreSQL dates of -Infinity/+Infinity changed to year 1 and 9999 instead of raising an error. - Remove upstreamed patch: * fix_install_location_of_pyodbc.pyi.patch
Dominique Leuenberger (dimstar_suse)
accepted
request 865258
from
Dirk Mueller (dirkmueller)
(revision 9)
Dominique Leuenberger (dimstar_suse)
accepted
request 786859
from
Tomáš Chvátal (scarabeus_iv)
(revision 8)
Dominique Leuenberger (dimstar_suse)
accepted
request 759290
from
Tomáš Chvátal (scarabeus_iv)
(revision 7)
Dominique Leuenberger (dimstar_suse)
accepted
request 722652
from
Tomáš Chvátal (scarabeus_iv)
(revision 5)
- 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.
Dominique Leuenberger (dimstar_suse)
accepted
request 683721
from
Tomáš Chvátal (scarabeus_iv)
(revision 4)
Stephan Kulow (coolo)
accepted
request 670555
from
Tomáš Chvátal (scarabeus_iv)
(revision 3)
- 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.
Dominique Leuenberger (dimstar_suse)
accepted
request 631541
from
Tomáš Chvátal (scarabeus_iv)
(revision 2)
Dominique Leuenberger (dimstar_suse)
accepted
request 630837
from
Tomáš Chvátal (scarabeus_iv)
(revision 1)
Displaying all 14 revisions