View Source CHANGELOG

0-7-7-2022-08-04

0.7.7 (2022-08-04)

bug-fixes

Bug Fixes

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

0-7-6-2022-07-21

0.7.6 (2022-07-21)

bug-fixes-1

Bug Fixes

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

0-7-5-2022-07-20

0.7.5 (2022-07-20)

bug-fixes-2

Bug Fixes

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

0-7-4-2022-06-28

0.7.4 (2022-06-28)

bug-fixes-3

Bug Fixes

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

chores

Chores

0-7-3-2022-06-14

0.7.3 (2022-06-14)

bug-fixes-4

Bug Fixes

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

0-7-2-2022-06-07

0.7.2 (2022-06-07)

bug-fixes-5

Bug Fixes

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

0-7-1-2022-05-27

0.7.1 (2022-05-27)

bug-fixes-6

Bug Fixes

  • parsing null time, date and datetime values (#36) (721a48e), closes #36

0.7.0 (2022-05-27)

chores-1

Chores

  • docs: update readme with badges (#34) (88f4351), closes #34

features

Features

  • added option to skip parsing of results (#35) (4cf42ee), closes #35

0-6-4-2022-05-19

0.6.4 (2022-05-19)

bug-fixes-7

Bug Fixes

  • ci: no v in semantic version (#33) (5be6c84), closes #33

0-6-3-2022-05-19

0.6.3 (2022-05-19)

bug-fixes-8

Bug Fixes

  • ci: use .version file for hex packages (#32) (0bf189d), closes #32

0-6-2-2022-05-19

0.6.2 (2022-05-19)

bug-fixes-9

Bug Fixes

  • ci: use semantic release outputs for version (#31) (99c8e37), closes #31

0-6-1-2022-05-19

0.6.1 (2022-05-19)

bug-fixes-10

Bug Fixes

  • ci: updates for publishing to hex (#30) (2f831f3), closes #30

0.6.0 (2022-05-17)

features-1

Features

  • added lots of tests, code clean up, docs (#28) (dd2df43), closes #28

0-5-9-2022-05-05

0.5.9 (2022-05-05)

bug-fixes-11

Bug Fixes

  • clean up docs and add tests (#23) (a3ae744), closes #23

chores-2

Chores

  • ci: update ci to test with latest Snowflake driver (#22) (dd7577e), closes #22

0-5-8-2022-04-28

0.5.8 (2022-04-28)

bug-fixes-12

Bug Fixes

  • handle datetime and nil types and query strings with extended character sets (#21) (873fd88), closes #21

0-5-7-2022-01-26

0.5.7 (2022-01-26)

bug-fixes-13

Bug Fixes

  • Error handling and timeouts (#20) (6c3ada1), closes #20

0-5-6-2021-12-06

0.5.6 (2021-12-06)

bug-fixes-14

Bug Fixes

  • change array type to :array, handle null arrays and json (1dea4ed)

chores-3

Chores

  • update Semantic Release CI step to use common config (dc189a6)

0-5-5-2021-11-18

0.5.5 (2021-11-18)

bug-fixes-15

Bug Fixes

  • Make ODBC GenServer query calls default timeout Infinity (#17) (e63b4e5), closes #17

0-5-4-2021-10-29

0.5.4 (2021-10-29)

bug-fixes-16

Bug Fixes

  • remove end_time from telemetry measurements (92250f4)
  • telemetry tests (cb79304)

0-5-3-2021-10-29

0.5.3 (2021-10-29)

bug-fixes-17

Bug Fixes

  • bump version and update readme (9d93316)

chores-4

Chores

  • jason should be an explicit dep (a77b1ba)

0-5-2-2021-10-20

0.5.2 (2021-10-20)

bug-fixes-18

Bug Fixes

  • need to supervise the cache (#16) (3a461e3), closes #16

0-5-1-2021-10-19

0.5.1 (2021-10-19)

bug-fixes-19

Bug Fixes

  • remove event_prefix as it adds complication for common handlers and no real value (#15) (a34c6b0), closes #15

0.5.0 (2021-10-18)

features-2

Features

  • add sending telemetry events for query start, stop, and exception (#14) (42c1b7d), closes #14

0.4.0 (2021-10-15)

features-3

Features

  • better caching of query column types to reduce usage of transactions, LAST_QUERY_ID(), and DESCRIBE RESULT (#13) (aba7732), closes #13

0.3.0 (2021-08-20)

features-4

Features

  • Handle results from a non select statement (#12) (a5b6f11), closes #12

0.2.0 (2021-05-11)

features-5

Features

  • Update type parsing to cover more types and be based on query result (fixes #5) (8cf6b85), closes #5

0-1-4-2021-04-30

0.1.4 (2021-04-30)

bug-fixes-20

Bug Fixes

  • set the default idle_interval to 5 min (#9) (67edb80), closes #9

chores-5

Chores

  • ci: refactor ci and Earthfile to configure elixir, erlang, ubuntu, and snowflake versions via args (#7) (3e39531), closes #7

0-1-3-2021-04-16

0.1.3 (2021-04-16)

bug-fixes-21

Bug Fixes

  • provide a default idle_interval of 3600 sec to be used as a session keepalive (#6) (4a54529), closes #6

0-1-2-2021-04-13

0.1.2 (2021-04-13)

bug-fixes-22

Bug Fixes

  • started adding more tests for queries (#3) (d3f4c3d), closes #3

0-1-1-2021-03-25

0.1.1 (2021-03-25)

bug-fixes-23

Bug Fixes

  • parse zero-precision NUMBER types from Snowflake as integers, rather than decimals (#4) (85d1665), closes #4

chores-6

Chores

  • ci: fix next-version output var name (9c8140c)

0.1.0 (2021-03-17)

features-6

Features

  • release 0.1.0 and docs cleanup (6048141)

0-0-2-2021-03-17

0.0.2 (2021-03-17)

bug-fixes-24

Bug Fixes

  • use UTF-8 binary encoding and handle unknown column types (#2) (3c3c55b), closes #2

chores-7

Chores

0.0.1 (2021-03-11)

chores-8

Chores

  • github actions, credo, ex_docs, semantic release (1f12897)
  • new app (f352e61)

features-7

Features

  • implement basic DBConnection query behavior (#1) (5f164e9), closes #1

  • Initial commit (9e5a9ba)