Skip to content

v1.0.2

Compare
Choose a tag to compare
@neoremind neoremind released this 06 May 14:21
· 69 commits to master since this release
  1. Update Schema to TableDef, make enhancement.
  2. Support composite primary key and no primary key.
  3. Enhance range query to support ComparisonOperator.
  4. Add useful utitlity - TableReaderFactory. Make cli to use this as well.
  5. Support projection.
  6. Support record iteration lazily.
  7. Add TPC-H LINEITEM table benchmark.
  8. Make TableReader an interface. Add numerous test cases to verify composite key.
  9. Fix overflow page text corruption problem.
  10. Add system property.
  11. Refine all test cases, introducing fluent style test utility.
  12. Rename maven package to com.alibaba.database.
  13. Optimize DATE Type parsing since Java string format is very slow.
  14. Enable CHAR trimming.