Skip to content

Releases: vendasta/sequel-snowflake

Add `MERGE` Support

19 Oct 15:22
f97b7cd
Compare
Choose a tag to compare

Add support for `EXPLAIN`

17 Jun 19:35
1b35c81
Compare
Choose a tag to compare
  • Add support for EXPLAIN.

Switch to MIT License

17 Jun 20:14
7964dcb
Compare
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
Compare
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).