Releases: snowflakedb/snowflake-connector-net
Releases · snowflakedb/snowflake-connector-net
v1.0.9
- For #123 .NET: add ChunkDownloaderVersion in the SFConfiguration to switch between different versions of chunk downloader. The default version is 3. To make this configuration work, one must set UseV2JsonParser to be false.
v1.0.8
- For #20 and #64 Implement Dispose for Connection and Transaction
- Add SERVICE_NAME support and test case
v1.0.7
- Improve large result set fetch performance. Reduce memory usage.
- #111 Fix handling large DateTime values
Release v1.0.6 for Snowflake .Net Connector
- #69 Statements mutating more than int.MaxValue rows cause a OverflowException
- #93 Change nullresponse.data type from string to object
v1.0.5
- #72 Fix the bug that connection state is not updated after session is closed
- #75 Fix the bug that master token is not refreshed
- #82 Fix the bug that locale string is not converted correctly
- #84 Add DbProviderFactory support
v1.0.4
- Fixed #8 : add GetSchemaTable()
- Fixed #54 : SnowflakeDbParameter behavior is incompatible with Entity Framework
v1.0.3
Bump up version number to 1.0.3
GA Release
Merge pull request #36 from snowflakedb/pr-32
Pr 32