Skip to content

Releases: HGInsights/snowpack

v0.7.11

07 Nov 17:40

Choose a tag to compare

0.7.11 (2022-11-07)

Bug Fixes

v0.7.10

05 Sep 21:39

Choose a tag to compare

0.7.10 (2022-09-05)

Bug Fixes

  • add MERGE operation to odbc no result bug list (#48) (6385824), closes #48

  • Add section on how to run tests locally (#47) (3d95037), closes #47

v0.7.9

11 Aug 18:34

Choose a tag to compare

0.7.9 (2022-08-11)

Bug Fixes

  • more aggressive retry for connection_closed and debug logging (#46) (bc5ba3a), closes #46

v0.7.8

10 Aug 21:09

Choose a tag to compare

0.7.8 (2022-08-10)

Bug Fixes

  • auto retry query for connection_closed error (#45) (209475c), closes #45

v0.7.7

04 Aug 15:01

Choose a tag to compare

0.7.7 (2022-08-04)

Bug Fixes

  • signal connection to disconnect when a connection_closed error is received from ODBC (#44) (6ba9266), closes #44

v0.7.6

21 Jul 19:20

Choose a tag to compare

0.7.6 (2022-07-21)

Bug Fixes

  • handle error response from LAST_QUERY_ID sql_query (#43) (6d6de72), closes #43

v0.7.5

20 Jul 17:42

Choose a tag to compare

0.7.5 (2022-07-20)

Bug Fixes

  • 🐛 special handling for invalid errors returned for DML statements with no results (#42) (37fcf36), closes #42 #41

v0.7.4

28 Jun 23:47

Choose a tag to compare

0.7.4 (2022-06-28)

Bug Fixes

  • parse null float, integer, and boolean values (#40) (78fc64c), closes #40

Chores

v0.7.3

14 Jun 16:11

Choose a tag to compare

0.7.3 (2022-06-14)

Bug Fixes

  • 🐛 change logging of unsupported type parsing to be debug log level (#39) (6162d2f), closes #39

v0.7.2

07 Jun 17:00

Choose a tag to compare

0.7.2 (2022-06-07)

Bug Fixes

  • do not try to be smart when decoding binaries without type info (#38) (b819d43), closes #38