launchql / pgsql-parser

PostgreSQL Query Parser for Node.js
MIT License
129 stars 23 forks source link

Add support for cte materialization #87

Closed tomquist closed 1 year ago

tomquist commented 1 year ago

Currently, CTE materialization is dropped. This retains the materialization modifier for CTEs.

pyramation commented 1 year ago

Thanks @tomquist for your contribution!

Successfully published:
 - pgsql-deparser@13.3.14
 - pgsql-parser@13.3.14
tomquist commented 1 year ago

Awesome, thanks @pyramation!