Skip to content

3.31.0 - Add support for Common Table Expressions

Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 08 Jun 07:15
· 3 commits to main since this release
14f4350

What's Changed

Add support for Common Table Expressions by @gwynne in #179

CTEs (WITH clauses) are now supported by SELECT, INSERT, UPDATE, DELETE, and UNION 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