Skip to content

v0.4.0

Compare
Choose a tag to compare
@ajnavarro ajnavarro released this 13 Jan 17:09
· 1238 commits to master since this release

CLI

  • cmd: added new output formats (csv, json). fixes #82. (#93)
  • cmd: very basic REPL implementation (gitql shell) (#97)

Internals

  • sql/parse: update sqlparser api. Fixes #90. (#92)
  • sql: make Row a concrete implementation. (#96)