Releases: ibmdb/python-ibmdb
Releases · ibmdb/python-ibmdb
python-ibm_db 3.0.2
- Support for python 3.8
- Support for Boolean datatype to correctly interpret the values
- Blob support for OUT parameter in stored procedure
- MAC OS : add post build script to run install_name_tool
- rename tests to ibm_db_tests for seamless installation using conda-forge
- add_dll_directory() for specifying the path of dependent libraries of ibm_db
- Fix segfault in case of NULL returned by getSQLWCharAsPyUnicodeObject - PR479
- travis.yml update
- execute_many() does not check correctly for errors, throws CLI0126E. - PR499
- Fix Python 3 syntax errors in ibm_db_dbi.py - PR488
- Release GIL during SQLEndTran - PR482
- Context Management - PR437
- stmt_errormsg() to handle non-ascii and hours mod 24 for Db2 LUW. - PR430
- fix for Blob data not inserted from ibm_db_sa orm. PR408
- Add Trove classifiers for supported Python versions. PR395
- Simplify by defining "long" in Python 3. PR397
- ibm_db.callproc returns None if OUT parameter is SMALLINT and the value is zero. PR489
python-ibm_db 3.0.1
- Reference README.md in MANIFEST.in
- Fix ibm_db.get_option() to return correct attribute values
- Fix ibm_db.cursor_type() to return correct values
- Added test cases for ibm_db.get_option(), ibm_db.set_option(), ibm_db.cursor_type().
- Added SQL_ATTR_TXN_ISOLATION for get_option() as it's used by ibm_db_sa
- Add certificates needed to verify downloads from IBM FTP site - PR367
- Fix unpredictable returning bytes instead string for multiple result sets - PR374
- Removed unused tests_1 directory - PR376
- Run install_name_tool post installation on mac_os - PR377
- Ensure generated tarballs include IBM certificates - PR382
- Copy README, LICENSE and CHANGES to ibm_db install location - PR384
python-ibm_db 1.0.1
- Fixed reading LONGVARCHAR columns (defect #197044)
- Fixed reading BINARY Data (defect #204272)
- Fixed reading rows in which CLOB column has NULL value (defect #204273)
- Fixed connect-segfault(with None value and 4th agrument is not a Dictionary type) (defect #204271)
- Fixed distinction between INT and BIGINT in Field Type return(defect #204278)
- New Feature - added new method in ibm_db_dbi wrapper "pconnect" to establish persistance connection (defect #204278)
python-ibm_db 1.0
- New Feature - added support for UCS-4 build python (defect #174236)
- Removed memory leak in callproc API (defect #191526)
- Added support for datetime/time,buffer object type in callproc API (defect #191029)
- Removed error in executing statement through wrapper when result set contains LOBs/xml data