v1.1.0 - Valentine's Day Release 💘
Summary
This release is highlighted by the addition of support for parsing, planning, and execution of basic Common Table Expressions (CTEs).
These basic CTEs do not allow for the planning/execution of:
- RECURSIVE
- the with column list
- the ability to reference CTEs from other CTEs
These features may be added in a subsequent release. If you're interested in one of these features, please let us know!
Changelog
- Adds -SNAPSHOT; upgrade to v1.0.1 by @alancai98 in #1731
- Adds parsing and modeling of CTEs by @johnedquinn in #1736
- Also fixes the parsing of select statements and bag operations as they pertain to the expression tree.
- Fix: Properly return properties from Session by @jpschorr in #1739
- Adds planning and evaluation support for CTEs by @johnedquinn in #1738
- Releases v1.1.0 by @johnedquinn in #1740
Full Changelog: v1.0.0...v1.1.0