Skip to content

v0.12.0

Compare
Choose a tag to compare
@asdine asdine released this 01 May 10:32
· 330 commits to main since this release

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 with driver.Scanner #258

CLI