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
MERGE
(credit: @benalavi) - Add requirement for
sequel
v5.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
VALUES
syntax. - Support creating tables with
String
columns with maximum varchar size (16777216).