launchql / pgsql-parser

PostgreSQL Query Parser for Node.js
MIT License
162 stars 24 forks source link

Add support for cte materialization #87

Closed tomquist closed 2 years ago

tomquist commented 2 years ago

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

pyramation commented 2 years ago

Thanks @tomquist for your contribution!

Successfully published:
 - pgsql-deparser@13.3.14
 - pgsql-parser@13.3.14
tomquist commented 2 years ago

Awesome, thanks @pyramation!