Skip to content

v1.0.5

Compare
Choose a tag to compare
@neoremind neoremind released this 31 May 15:25
· 34 commits to master since this release
  1. Support string java type as query key, and make them compatible inside.
  2. Support VARCHAR fixed length key querying, when query key is out of range, throw exception to indicate user, if not, disable covering index.
  3. Sanitize projection, if projection is empty, does not throw exception.
  4. Create a new constructor for RecordIterator.
  5. Update object comparing method, handle NULL properly.
  6. Change java type of TINYINT to byte, change java type of SMALLINT to short.
  7. Make primary key name in KeyMeta as PRIMARY_KEY.
  8. If first-non null unique key as primary key, fix the wrong key name.
  9. Fix corner case in TIMESTAMP for 0000-00-00 00:00:00.
  10. Fix one hidden bug when table takes first non-null unique key as primary key.
  11. Fix type bug to make UNSIGNED INT to Java Long type.