Skip to content

v0.13.0

Compare
Choose a tag to compare
@asdine asdine released this 21 Jul 20:28
· 224 commits to main since this release

SQL

  • Add concat operator
  • Add NOT operator
  • Add BETWEEN operator
  • Add INSERT ... RETURNING
  • Add ON CONFLICT
  • Add UNION ALL #408 (@jhchabran)
  • Add CREATE SEQUENCE
  • Add DROP SEQUENCE
  • Add NEXT VALUE FOR

Core

  • Add document.NewFromCSV
  • Add prepared statements
  • Add new __genji_catalog table and drop __genji_table and __genji_indexes
  • Remove engine.NextSequence

CLI

  • Add .import command

This release also contains various bug fixes.