Skip to content

CUBRID ODBC 11.2.1.0060

Compare
Choose a tag to compare
@zionyun zionyun released this 14 Nov 05:42
· 2 commits to develop since this release
6201220

CUBRID ODBC 11.2.1.0060 is the latest stable version which include new feature and significant changes.

CUBRID ODBC 11.2.1.0060

  • execute end-tran after modifying Catalog related ODBC API
  • provides table/column comment through SQLTables/SQLColumns
  • fix SQLColumnsW/SQLForeignKeysW error
  • Single schema emulation for CUBRID Server 11.2
    • new property: omit_schema (default: no)
    • if Omit_schema is yes, only the table/PK/FK of the logged-in user is provided
  • fix SQLNativeSql Error

Change logs:

Enhancements

  • [65] [APIS-900] exec auto-commit after catalog operations if required (SQLTables, SQLColumns, SQLPrimaryKeys, SQLForeignKeys)
  • [66] [APIS-939] supports table/column comment thru SQLTables and SQLColumns
  • [67] [APIS-942] Single schema emulation for CUBRID Server 11.2 (required for ERWin)

Bug Fix