Skip to content

v2.0.0.11

Compare
Choose a tag to compare
@vahid110 vahid110 released this 21 Nov 21:11
· 82 commits to main since this release
b0fc04d
  • Upgraded openssl (v1.1.1w) and removed redundant libcURL build dependencies for Windows.
  • Removed outdated Linux build dependencies.
  • Added ability to connect to datashare databases for clusters and serverless workgroups running the PREVIEW_2023 track
  • Removed BrowserIdcAuthPlugin.
  • Disabled the rudimentary check in SQLColumns, SQLStatistics and SQLSpecialColumns APIs, for equality of catalog name and database name.
  • Improved ODBC Error messages for unsupported metadata features.
  • Allowed overriding DSN config options in connection string.
  • Fixed memory issue in Statement Descriptors and Query Parameter types by using stack memory vs heap allocation.
  • Add new logging module based on aws-sdk-cpp. It has standard logging levels from FATAL to TRACE, plus OFF mode.
  • Upgraded SQLGetStmtOption and SQLSetStmtOption APIs to be compatible with their new versions in ODBC standard 3: SQLGetStmtAttr, SQLSetStmtAttr
  • Fixed SQLSetConnectAttr to return SQL_ERROR for SQL_ATTR_ANSI_APP as per standard.
  • Minor adjustments in build scripts (windows and linux) and windows’s config page.
    Note: This release also includes changes from the recalled version 2.0.0.10.