3.31.0 - Add support for Common Table Expressions
What's Changed
Add support for Common Table Expressions by @gwynne in #179
CTEs (
WITH
clauses) are now supported bySELECT
,INSERT
,UPDATE
,DELETE
, andUNION
queries, 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