Releases: kadler/python-ibmdb
Releases · kadler/python-ibmdb
2.0.5.15
2.0.5.14
2.0.5.13
2.0.5.12
ibm_db 2.0.5.11
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
Ensure we use the correct length for UTF-8 strings.
ibm_db 2.0.5.9
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
Fix regression in cursor iterator caused by dfd8ce7
Mostly only affects Python 2.7, which calls next()
instead of __next__()
.