Version information
- Release date: May 21, 2024
- Version: V2.0.9
Version positioning
This version is the latest in the ODBC V2.0 series, featuring static dependencies on libobclient and support for SQL_ATTR_ROW_ARRAY_SIZE in PS cursor mode.
Feature enhancements
- Batch result set return functionality for ODBC drivers.
- Load balancing support for multiple IPs in ODBC drivers.
- Batch binding support for
update,delete, andmerge intooperations in ODBC drivers. - Support for truncating
rowidwhen calling ODBC from the database. - Switch control for
DisAutoCommit. - Ability to disable the
SQL_ATTR_QUERY_TIMEOUTparameter configuration.
Bug fixes
- Fixed an issue where a core dump could occur when calling stored procedures with empty output parameters in C#.
- Fixed an error in retrieving
SQLNumParamsdata in text mode for ODBC. - Fixed data reading for SQL_CHAR in text mode + PS mode.
- Fixed escape character handling in Oracle mode.
