0.25.0
Support JOIN more than two tables togther in same query.
- Handle hidden selection with multi tables.
- Support query
datetime
from diffs table. - Implement LEFT, RIGHT, INNER and CROSS JOINS operation.
- Implement JOIN predicate using
ON
keyword. - Simplifiy the DataProvider Design.
- Implement Bitwise
xor
operator. - Change XOR operator to match postgresql.
- Implement
ARRAY_SHUFFLE
Array function. - Implement
ARRAY_POSITION
Array Function. - Implement
ARRAY_DIMS
Array Function. - Support
Infinity
andNaN
values. - Support
OUTER
keyword.