What's Changed
- Make pconnect cache keys thread-specific by @zenflow in #1045
- Make close() idempotent for already-closed connections by @zenflow in #1044
- Fix BLOB fetch returning False in ibm_db.result() (Fixes #1043) by @bchoudhary6415 in #1046
- Preserve s_bin_mode behavior in BLOB retrieval by @bchoudhary6415 in #1047
- Support for calling stored prcoedure with array parameter by @Earammak in #1048
- Fix compile error for zos by @Earammak in #1049
- Fix DLL load failure on Windows , update workflow and simplify sdist packaging by @Earammak in #1053
- Fix CHAR(N) parameter corruption when input string is shorter than column width (DBC-18059) by @bchoudhary6415 in #1054
- Fix array/binary parameter binding, refactor fetch_callproc and updated test cases for binary inputs/outputs, DECFLOAT procedures, and cross-platform error messages by @Earammak in #1055
- Fixed Polaris scan issues by @bchoudhary6415 in #1057
- Add SQL_ATTR_DEFERRED_PREPARE attribute support, updated README.md and INSTALL.md for ibm_db DLL loading on Windows by @Earammak in #1058
New Contributors
Full Changelog: v3.2.8...v3.2.9