Skip to content

Release

Compare
Choose a tag to compare
@sfc-gh-kdama sfc-gh-kdama released this 02 Nov 20:43
· 276 commits to master since this release
e9673a5

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