v0.12.0
SQL
- Added support for composite indexes #376 (
⚠️ Breaking change) @jhchabran - Added support for
UNIQUE
table constraint #387 - Added support for
PRIMARY KEY
table constraint #333 - Added support for
INSERT ... SELECT
#385 - Indexes can be created with a generated name now #386
Core
- Fix indexed array comparisons with numbers #378
- Fix a bug preventing the use of
time.Time
withdriver.Scanner
#258
CLI
- Added a new way of writing integration tests: Examplar #380 @jhchabran
- Added
.schema
command #339 @tzzed