Changelog for
python3-pyodbc-4.0.25-2.2.x86_64.rpm :
Wed Jan 30 13:00:00 2019 Dirk Hartmann
- 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 AATTc-dy
* Better SQL Server and FreeTDS tests with known driver issues (#469) by AATTgordthompson.
* Fix \"function sequence error\" with fast executemany (#450) by AATTv-makouz.
Sat Aug 25 14:00:00 2018 jengelhAATTinai.de
- Strip filler wording from description.
Wed Aug 22 14:00:00 2018 tchvatalAATTsuse.com
- Really use upstream tarball
Wed Aug 22 14:00:00 2018 tchvatalAATTsuse.com
- Do not copy around but use PYTHONPATH to find the module
Sun Aug 19 14:00:00 2018 monexAATTliquid-co.de
- Update to 4.0.24
Thu Aug 9 14:00:00 2018 monexAATTliquid-co.de
- Added test cases for sqlite to check section.
Unfortunaly the test cases are broken at the moment
a bug report was created at github.
Sun Aug 5 14:00:00 2018 monexAATTliquid-co.de
- Added LICENSE.txt and README.md to files.
- Use only one BuildRequires per line.
- Corrected wrong Release version.
Sat Aug 4 14:00:00 2018 monexAATTliquid-co.de
- Corrected source url.
- Added sources again.
- Fix Url to upstream project.
Sat Aug 4 14:00:00 2018 monexAATTliquid-co.de
- Remove unneeded source because it is fetched automatically.
Fri Aug 3 14:00:00 2018 2monexAATTgmx.net
- Use URL as source according to python packaginf guidelines.
Fri Aug 3 14:00:00 2018 nrochardAATTgmail.com
- Update to version 4.0.23
Thu Jun 28 14:00:00 2018 monexAATTliquid-co.de
- Use python single spec.
Mon Feb 27 13:00:00 2017 monexAATTliquid-co.de
-Update to version 4.0.13
Sat May 2 14:00:00 2015 monexAATTliquid-co.de
- added missing source file
Sat May 2 14:00:00 2015 monexAATTliquid-co.de
- updated to version 3.0.10
Sun Aug 4 14:00:00 2013 monexAATTliquid-co.de
- updated to version 3.0.7
* Added context manager support to Cursor
* Added padding for driver bugs writing an extra byte
* Cursor.executemany now accepts an iterator or generator.
* Compilation improvements for FreeBSD, Cygwin, and OS/X
* Use SQL_DATA_AT_EXEC instead of SQL_DATA_LEN_AT_EXEC when possible for driver compatibility.
* Row objects can now be pickled.
Fri Nov 16 13:00:00 2012 2monexAATTgmx.net
- change source file compression
Fri Nov 16 13:00:00 2012 2monexAATTgmx.net
- updated to version 3.0.6
* Fixed building on Python 2.5. Other versions are not affected.
* Fixed \"function sequence\" errors caused by prepared SQL not being cleared (\"unprepared\")
when a catalog function is executed.
* Added Cursor.commit() and Cursor.rollback(). It is now possible to use only a cursor in
your code instead of keeping track of a connection and a cursor.
* Added readonly keyword to connect. If set to True, SQLSetConnectAttr
SQL_ATTR_ACCESS_MODE is set to SQL_MODE_READ_ONLY.
This may provide better locking semantics or speed for some drivers.
* Fixed an error reading SQL Server XML data types longer than 4K.
Mon Jun 4 14:00:00 2012 monexAATTliquid-co.de
- removed unneded requires
Mon Jun 4 14:00:00 2012 monexAATTliquid-co.de
- initial version