Skip to content

CUBRID ODBC 11.1.0.0001

Compare
Choose a tag to compare
@zionyun zionyun released this 14 Jun 06:23
· 9 commits to develop since this release
248cfa9

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

Bug Fixs

Refactoring/Modernize

Others