Skip to content

Release REL-2_5_5-2

Compare
Choose a tag to compare
@hrkuma hrkuma released this 26 May 04:10
· 7 commits to master since this release
0268545

Support JOIN pushdown (LEFT,RIGHT,INNER)
Support direct modification (UPDATE/DELETE)
Support GROUP BY, HAVING clause pushdown
Support Aggregate function pushdown
Support LIMIT OFFSET clause pushdown
Refactored tests
Bug fixings

  • Fix unintended behavior by conflicting public function names
  • Fix time interval calculation with AVG, SUM, COUNT functions
  • Fix BIG_AND/BIT_OR incompatible results