Skip to content

v0.2.0

Compare
Choose a tag to compare
@ajnavarro ajnavarro released this 02 Dec 16:45
· 1244 commits to master since this release

SQL syntax

  • support != operator (#80)

Git

  • fix tree entries table. fixes #68 (#76)
  • add objects table, closes #54 (#77)

Internals

  • sql: move Expression to sql/core.go (#78)
  • sql: change Timestamp type to TimestampWithTimezone (#76)
  • sql: use time.Time internally for TimestampWithTimezone (#76)
  • sql: add utility functions Schema.CheckRow, RowIterToRows, NodetoRows. (#75)
  • sql: add catalog tests. (#79)