Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@johnedquinn johnedquinn released this 14 Feb 19:47
742e150

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:

  1. RECURSIVE
  2. the with column list
  3. 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

Full Changelog: v1.0.0...v1.1.0