Skip to content

v0.9.0

Compare
Choose a tag to compare
@jcwangxp jcwangxp released this 11 Oct 10:37
· 19 commits to main since this release

Features

  • Support LIKE operator
  • Support NOLOCK mode
  • Add new APIs: xdb_column_type xdb_column_name xdb_type2str
  • Add GO Python C++ drivers

Improvements

  • Optimize field lookup

Test

  • Optimize STL Map and HashMap(unordered_map) benchmark test driver
  • Add Boost MultiIndex benchmark test driver
  • Add more smoke test cases

Bug Fixes

  • The index was incorrectly created as the primary key
  • Update many rows with expression will set all rows to first row's value
  • Auto-completion heap buffer access overflow
  • Update transaction heap use after free
  • Wrong Aggregation function result for empty table
  • Update transaction crash issue
  • SQL syntax error