Internal Release
Pre-release
Pre-release
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 ofsnowflake_column_as_str()to hold the size of the buffer that the user passed in. See the API documentation inclient.hfor more details on usage. A slight performance improvement should be noticed with this change. Note: since a function parameter was added, all usages ofsnowflake_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_modeflag inSF_CONNECTis set to true. (@notkriswagner)
Bug Fixes:
- Fixed issue with an invalid conversion from
DATEtype in Snowflake toSF_TIMESTAMPstruct in the C API (@notkriswagner)