Skip to content

Releases: vendasta/sequel-snowflake

v2.3.0

18 Nov 15:05
6bea9e8

Choose a tag to compare

What's Changed

  • Add additional unixODBC setup details to README by @kwong-yw in #17
  • Add support for GROUP BY (CUBE, ROLLUP, SETS) by @kwong-yw in #18

Full Changelog: v2.2.0...v2.3.0

Add `MERGE` Support

19 Oct 15:22
f97b7cd

Choose a tag to compare

Add support for `EXPLAIN`

17 Jun 19:35
1b35c81

Choose a tag to compare

  • Add support for EXPLAIN.

Switch to MIT License

17 Jun 20:14
7964dcb

Choose a tag to compare

  • Switch to MIT license for open source purposes
  • Add GitHub Actions to run CI via GitHub runners and push to RubyGems on merge

Initial Release

27 Apr 16:47
cc2490a

Choose a tag to compare

  • Handle parsing Snowflake values for the following types:
    • Numeric data types
    • String data types
    • Booleans
    • Dates
  • Support insertion of multiple rows using the VALUES syntax.
  • Support creating tables with String columns with maximum varchar size (16777216).