Releases: snowflakedb/snowflake-connector-net
Releases · snowflakedb/snowflake-connector-net
Release
- Please check Snowflake community page for release notes.
Release
- Please check Snowflake community page for release notes.
Release
- Please check Snowflake community page for release notes.
Release
- Please check Snowflake community page for release notes.
Release
- Please check Snowflake community page for release notes.
Release
- Please check Snowflake community page for release notes.
Release
- Please check Snowflake community page for release notes.
Release
- Please check our community page for release notes.
Release
- Set System.Text.RegularExpressions to 4.3.1
Release
BCR (Behavior Change Release) Change
Caution: Version 2.0.18 of the Snowflake .NET driver changed the way it handles escaping the equal sign (=) in connection strings to match the .NET specification. Specifically, if a password contained an equal sign, you had to escape the character by using double equal signs (==). If your projects are affected by breaking changes related specifically to special characters, Snowflake recommends that you do not install this version into a production environment before testing.
Updates
- Improved PUT and GET command queries:
- Query strings are case-insensitive.
- White space is allowed at the start and end of query strings.
- What space is permitted in file paths for PUT queries.
- Added the CLIENT_SESSION_KEEP_ALIVE configuration property to prevent a session from timing out.
- Changed special character handling in connection strings to match the Microsoft .NET specifications
- Added ability to execute a batch of SQL statements (multi-statement support).
- Added proxy support for .NET