Skip to content

v0.8.0

Compare
Choose a tag to compare
@asdine asdine released this 26 Sep 10:24

SQL

  • Add BEGIN, ROLLBACK, and COMMIT statements #78
  • Add support for paths in UPDATE statement #84
  • Add GROUP BY clause #6
  • Add COUNT aggregator #5
  • Add MIN aggregator #165
  • Add MAX aggregator #166
  • Add SUM aggregator #4

Core

  • Add codec system #177
  • Remove introduction text when reading from STDIN #179
  • Improved how values are indexed #194
  • Indexes created on field who has a typed constraint are now typed #195
  • Add support for array and document indexes #199
  • Removed encoding/json dependency and use jsonparser instead #203

CLI

  • Add table autocompletion #143
  • Add index autocompletion #157
  • Add command suggestions #163

Bug fixes

  • Fix order of SELECT ast nodes #188
  • MapScan now decodes nested documents #191
  • Fix saving of history when .exit was called #196