Skip to content

Releases: kadler/python-ibmdb

2.0.5.15

11 Apr 22:10
30dcc3d
Compare
Choose a tag to compare
  • Fix spurious joblog message removal code

2.0.5.14

10 Feb 23:07
0184293
Compare
Choose a tag to compare
  • 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
0332611
Compare
Choose a tag to compare
  • 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
9b2b018
Compare
Choose a tag to compare
  • 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
39062be
Compare
Choose a tag to compare

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
93408b0
Compare
Choose a tag to compare

Ensure we use the correct length for UTF-8 strings.

ibm_db 2.0.5.9

28 Nov 20:01
Compare
Choose a tag to compare

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
Choose a tag to compare

Fix regression in cursor iterator caused by dfd8ce7

Mostly only affects Python 2.7, which calls next() instead of __next__().