Skip to content

v0.14.0

Latest
Compare
Choose a tag to compare
@jcwangxp jcwangxp released this 21 May 03:01
· 12 commits to main since this release

Features

  • Support regular expression operator: REGEXP,RLIKE
  • Support new statements: FLUSH REPAIR
  • Support TTL feature
  • Support UNSIGNED TINYINT/SMALLINT/INT/BIGINT and new APIs xdb_column_uint, xdb_column_uint64
  • Support basic JSON type and query

Improvements

Bug Fixes

  • Fix TIMESTAMP show/update bugs