Changelog
v0.6.0 (2022-04-07)
- core Add support for system catalog. Catalogs can implement system operators for showing columns, tables etc. (82357d02ed0b1a3)
v0.5.0 (2022-03-18)
- Add support for describing a table, showing indices etc. (6e54d8874fd117c)
- Check unresolved expressions in fold method (362605e3e8b7fa9)
- core Bumped dependencies (8dca4e9810f93bb)
- core Fixed issue with apply with subquery without table source (44c7ba82c536f86)
- core Refactor of parsing/resolving into 2:phases. (58e95fb71a26cd5)
- core Remove subTuple concept and instead have unique tuple ordinals for total query (f7f588441c3a327)
- core Fixed some minor resolving issues with temp tables (16a86bd54f0cc3f)
- core Rename indexValues to ordinalValues (1b7f9cb788dcebd)
- core Add support for writing csv with asterisk select (1d49efed250515c)
v0.4.0 (2021-12-01)
- core Add settings to Json and Csv writers (a375bf436b32709)
v0.3.0 (2021-11-29)
v0.0.3 (2021-11-29)
- core Add support for sub query expressions (589cda2527b8711)
- core Add support for real sub queries with select items, computed expressions (04ae0617271d83d)
- core Added support for generating java code of predicates with Janino to increase performance (e4b5ff587b42b57)
- core Add support for analyzing select statements and leting catalogs add information (c1427fd3b0ddd7b)
- core Temp table support via INSERT INTO (665d9f7a48b9cf6)
- core Add support for system variable @@rowcount (5296cfa63e0552a)
- Bump dependencies (30b4f4c95d579f1)
- Checkstyle (976e27a5226dff2)
- Checkstyle (0321c7740064889)
- Checkstyle (1b4a8018df1e1cf)
- core Change table alias structure to properly build a new hierarchy per sub query (ccf946f7df4eda7)
- Bug where a Tuple was wanted but ok with non tuple like Map (2c9d9b4d1b715c4)
- core MAJOR rewrite of tuple structure and how data is fetched to a more performant version (3f75c3ed8457cab)
- Separte system variables from program (454c1b52ec44d49)