Interface

CUBRID ODBC driver 11.4.0.0096 released.

posted Jul 21, 2025
CUBRID ODBC driver 11.4.0.0096 has been released.

1. Improvement and Fix

- Added a Test Connection function to the ODBC DSN configuration page.
- Updated SQLGetDescField() to check for a NULL value in StringLengthPtr, preventing errors.
- Fixed an issue in SQLStatistics() and SQLForeignKeys() where calls failed when the table name was in uppercase.
- Fixed SQLTablePrivileges() to work correctly with CUBRID Server 11.4
- Fixed a segmentation fault in SQLDescribeColW that occurred when the name argument was passed as NULL (affected odbc_fetch_array in the PHP ODBC interface).
- Modified SQLMoreResults to reset the statement only when additional result data is present (resolves bind issues in the Go ODBC interface).
- Adjusted SQLFreeStmt(SQL_CLOSE) and SQLCloseCursor so that they handle only the result set and cursor, addressing repeated Prepare problems in PDO and the PHP ODBC interface.

2. Download

3. GitHub Link


※ Please refer to the GitHub link for details.