3.31.0 - Add support for Common Table Expressions
What's Changed
Add support for Common Table Expressions by @gwynne in #179
CTEs (
WITHclauses) are now supported bySELECT,INSERT,UPDATE,DELETE, andUNIONqueries, including subqueries. Test and docs coverage is 100%.
Reviewers
Thanks to the reviewers for their help:
This patch was released by @gwynne
Full Changelog: 3.30.0...3.31.0