CUBRID ODBC 11.1.0.0001
CUBRID ODBC 11.1.0.0001 is the latest stable version which include new feature and significant changes.
CUBRID ODBC 11.1.0.0001
- is compatible with CUBRID 11.2 and lower version of CUBRID Engine
- is compatible with new CCI, version 11.0
- provides guide of installing Visual C++ Redistributable 2015 or higher, if it is not installed
- provides a NullablePtr which is a pointer of a value whether the column accept NULL values, thru SQLDescribeCol ()
- provides a NULL value binding for a column thru SQLBindParameter ()
- can set auto-commit mode thru ODBC Data Source Manager
- provides the query plan thru extended query
- is compatible with the Oracle dg4odbc (Database Gateway for ODBC), and able to support Oracle DBLink
- is compatible with the Linked Server of the SQL Server
- provides array binding of an Unicode SQL_WCHAR type column
- provides CUBRID ODBC version string properly thru SQLGetinfo ()
Change logs:
Enhancements
- [52] [APIS-876] Bind null as a valid parameter
- [53] [APIS-900] Add auto-commit mode to ODBC Data Source Manager Setting window
- [54] [APIS-901] Extend the method to get the query-plan
- [55] [APIS-848] support Oracle DB-Link
Bug Fixs
- [51] [APIS-875] Fix nullable param bug in the function SQLDescribeCol
- [60] [APIS-926] Fix for array binding of type SQL_WCHAR
- [61] [APIS-927] Fix to correctly return the CUBRID ODBC version string by SQLGetinfo
- [56] [APIS-904] Add connection error handling
Refactoring/Modernize
- [48] [APIS-840] update CCI Driver Library(20210122)
- [49] [APIS-852] Add VS C++ Redistributable(VS2015+) guide popup and change option on DLL
- [57] [CBRD-24271] Modify build environment for drivers that use the CCI
Others
- [58] [APIS-917] Add ODBC Unit Test Cases
- [59] [APIS-876] Add ODBC Unit Test Case for bind null into a column
- [62] [APIS-929] Revise Unit Test cases to check return value of SQLConnect