All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add support for
GROUP CUBE - Add support for
GROUP ROLLUP - Add support for
GROUPING SETS
- Add support for
MERGE(credit: @benalavi) - Add requirement for
sequelv5.58.0 or newer (to support the new MERGE methods).
- Add support for
EXPLAIN.
- Change LICENSE to MIT (open source).
- This gem is now tested against Rubies 2.6, 2.7, and 3.0.
- Handle parsing Snowflake values for the following types:
- Numeric data types
- String data types
- Booleans
- Dates
- Support insertion of multiple rows using the
VALUESsyntax. - Support creating tables with
Stringcolumns with maximum varchar size (16777216).