Releases
1.0.3
Compare
Sorry, something went wrong.
No results found
Support secondary querying with projection and ordering. Support 6 bytes row id for secondary key querying.
Support desc ordering.
Make first unique key as primary key if possible.
Support desc ordering.
Support COLLATE on table/column and string typed column to be CI or not CI (case sensitive).
Fix 0000 YEAR problem.
Support REAL and NUMERIC type.
Support ENUM, BIT, SET type.
Support FLOAT, DOUBLE with precision and scale. Support FLOAT, DOUBLE and DECIMAL with UNSIGNED keyword.
Enable sql to have comment and other workaround when jsqlparer not working.
Update a bunch of test cases to verify all the new features.
Refine corner case for comparison comparator.
Refine InnerPage toString method.
Refine PageFormat look up method.
Refine error message when index page is unreadable.
Add ThreadLocal context helper.
Fix one corner case in linearSearch.
Fix typo of setFullyQualifiedName.
Does not make range query with same lower and upper bound fallback to point query, because this is a hidden corner case to have wrong result.
Fix travis CI failure related to timezone issue.
Parse TIMESTAMP as yyyy-MM-dd instead of milliseconds and make it as local timezone.
Set innodb.java.reader.enable.trim.char to true by default.
Search table through TableReaderFactory by table name instead of full qualified name.
If range query upper is lower than lower bound, return empty result.
You can’t perform that action at this time.