Skip to content

Internal Release

Pre-release
Pre-release

Choose a tag to compare

@sfc-gh-kwagner sfc-gh-kwagner released this 09 Nov 18:31
· 907 commits to master since this release
63e5163

API Changes:

  • Added the ability to reuse a user provided string buffer in snowflake_column_as_str(). A function parameter has been added to the signature of snowflake_column_as_str() to hold the size of the buffer that the user passed in. See the API documentation in client.h for more details on usage. A slight performance improvement should be noticed with this change. Note: since a function parameter was added, all usages of snowflake_column_as_str() need to be updated. (@notkriswagner)

Enhancements:

  • Added column index value to column description struct (SF_COLUMN_DESC). This column index starts from 1. (@notkriswagner)
  • OCSP checking is now skipped if the insecure_mode flag in SF_CONNECT is set to true. (@notkriswagner)

Bug Fixes:

  • Fixed issue with an invalid conversion from DATE type in Snowflake to SF_TIMESTAMP struct in the C API (@notkriswagner)