Releases: kadler/python-ibmdb
Releases · kadler/python-ibmdb
2.0.5.15
11 Apr 22:10
Compare
Sorry, something went wrong.
No results found
Fix spurious joblog message removal code
2.0.5.14
10 Feb 23:07
Compare
Sorry, something went wrong.
No results found
Set SQL_ATTR_ENVHNDL_COUNTER env attribute
Remove any "expected" SQLSetEnvAttr job log msgs
Use SQL_ATTR_DBC_DEFAULT_LIB for cur schema
2.0.5.13
10 Feb 16:18
Compare
Sorry, something went wrong.
No results found
Fix UnicodeDecodeError when calling SQLGetData (#8 )
Don't set SQL_ATTR_CURRENT_SCHEMA on IBM i (#10 )
2.0.5.12
14 Dec 00:03
Compare
Sorry, something went wrong.
No results found
Add changes from 2.0.5.10 that were missing in 2.0.5.11
Add workaround for CLI bug when buffer size > 32767
Map __PASE__ macro -> PASE macro
ibm_db 2.0.5.11
30 May 16:06
Compare
Sorry, something went wrong.
No results found
Fix SQLLEN size mismatch on 64-bit due to being defined as long instead of int. This causes rowcount to be too big. (#3 )
ibm_db 2.0.5.10
30 May 16:14
Compare
Sorry, something went wrong.
No results found
Ensure we use the correct length for UTF-8 strings.
ibm_db 2.0.5.9
28 Nov 20:01
Compare
Sorry, something went wrong.
No results found
Fix UTF-8 expansion bug causing buffer over-read and possibly UTF-8 decode failure found in ibmdb#359
ibm_db 2.0.5.8
02 Aug 23:19
Compare
Sorry, something went wrong.
No results found
Fix regression in cursor iterator caused by dfd8ce7
Mostly only affects Python 2.7, which calls next() instead of __next__().