Skip to content

Releases: snowflakedb/libsnowflakeclient

Support file overwrite in put

04 Sep 21:01
1ac1760
Compare
Choose a tag to compare
Pre-release

if overwrite is set do not perform get before put to avoid s3 inconsistency

Azure Put get on all platforms Enabled

26 Jul 19:22
Compare
Choose a tag to compare
Pre-release

Enabling azure put get on all platforms after security review.

Azure Put get on all platforms

18 Jul 21:18
383ba84
Compare
Choose a tag to compare
Pre-release

Support will be blocked until security review

Azure put get (Disabled)

17 Jul 23:37
761fa6c
Compare
Choose a tag to compare
Pre-release

Azure put/get and Multipart upload/download disabled until security review.

Internal Release

10 Jul 20:35
fa7909b
Compare
Choose a tag to compare
Internal Release Pre-release
Pre-release

Bug Fixes:

  • Enhance threadpool robustness

Internal Release

19 Jun 23:22
ee8cbc7
Compare
Choose a tag to compare
Internal Release Pre-release
Pre-release

Enhancements:

  • Added support to properly parse the account field for global connections (@notkriswagner )
  • Allow NULL input bindings when you don't know the column type you are binding to (@notkriswagner )

Internal Release

19 Jun 21:03
50a73b3
Compare
Choose a tag to compare
Internal Release Pre-release
Pre-release

Bug Fixes:

  • Fixed wrong result issue when getting the time since the epoch in seconds for TIMESTAMP_TZ and TIMESTAMP_LTZ (@notkriswagner )

Create Uniq temp directory for put

13 Jun 21:27
1dd309b
Compare
Choose a tag to compare
Pre-release

compressed files are written to uniq temp directory and deleted after the put command.

no mocka test

25 May 02:14
f6a8559
Compare
Choose a tag to compare
no mocka test Pre-release
Pre-release
v0.3.7

Fixed unit test using the version (#135)

Unset GIT_DIR to build dependencies

23 May 22:13
Compare
Choose a tag to compare
Pre-release
v0.3.6

Unset GIT_DIR and update the azure header files