Skip to content

Releases: snowflakedb/snowflake-connector-net

v1.0.9

22 Apr 22:42
72439d3
Compare
Choose a tag to compare
  • 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

09 Apr 01:56
eca2b4d
Compare
Choose a tag to compare
  • For #20  and #64  Implement Dispose for Connection and Transaction
  • Add SERVICE_NAME support and test case

v1.0.7

12 Mar 16:00
b2becaf
Compare
Choose a tag to compare
  • Improve large result set fetch performance. Reduce memory usage.
  • #111 Fix handling large DateTime values

Release v1.0.6 for Snowflake .Net Connector

19 Dec 18:54
3785ca8
Compare
Choose a tag to compare
  • #69 Statements mutating more than int.MaxValue rows cause a OverflowException
  • #93 Change nullresponse.data type from string to object

v1.0.5

01 Nov 16:21
Compare
Choose a tag to compare
  • #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

06 Sep 21:27
Compare
Choose a tag to compare
  • Fixed #8 : add GetSchemaTable()
  • Fixed #54 : SnowflakeDbParameter behavior is incompatible with Entity Framework

v1.0.3

27 Jul 17:07
c38a768
Compare
Choose a tag to compare
Bump up version number to 1.0.3

1.0.2 Release

02 Jul 17:43
Compare
Choose a tag to compare

Fix the bug in #21 #42

GA Release

02 Jul 17:14
9290e9a
Compare
Choose a tag to compare
Merge pull request #36 from snowflakedb/pr-32

Pr 32