0.7.11 (2022-11-07)
0.7.10 (2022-09-05)
-
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
0.7.9 (2022-08-11)
0.7.8 (2022-08-10)
0.7.7 (2022-08-04)
- 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.5 (2022-07-20)
- 🐛 special handling for invalid errors returned for DML statements with no results (#42) (37fcf36), closes #42 #41
0.7.4 (2022-06-28)
- added CODEOWERS file (5454e60)
0.7.3 (2022-06-14)
0.7.2 (2022-06-07)
0.7.1 (2022-05-27)
0.7.0 (2022-05-27)
0.6.4 (2022-05-19)
0.6.3 (2022-05-19)
0.6.2 (2022-05-19)
0.6.1 (2022-05-19)
0.6.0 (2022-05-17)
0.5.9 (2022-05-05)
0.5.8 (2022-04-28)
- handle datetime and nil types and query strings with extended character sets (#21) (873fd88), closes #21
0.5.7 (2022-01-26)
0.5.6 (2021-12-06)
- change array type to :array, handle null arrays and json (1dea4ed)
- update Semantic Release CI step to use common config (dc189a6)
0.5.5 (2021-11-18)
0.5.4 (2021-10-29)
0.5.3 (2021-10-29)
- bump version and update readme (9d93316)
- jason should be an explicit dep (a77b1ba)
0.5.2 (2021-10-20)
0.5.1 (2021-10-19)
- remove event_prefix as it adds complication for common handlers and no real value (#15) (a34c6b0), closes #15
0.5.0 (2021-10-18)
0.4.0 (2021-10-15)
- 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)
0.2.0 (2021-05-11)
- Update type parsing to cover more types and be based on query result (fixes #5) (8cf6b85), closes #5
0.1.4 (2021-04-30)
- 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)
- 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.1 (2021-03-25)
- parse zero-precision NUMBER types from Snowflake as integers, rather than decimals (#4) (85d1665), closes #4
- ci: fix next-version output var name (9c8140c)
0.1.0 (2021-03-17)
- release 0.1.0 and docs cleanup (6048141)
0.0.2 (2021-03-17)
- fix CHANGELOG version (b94b857)