CSNW / sql-bricks

Transparent, Schemaless SQL Generation
http://csnw.github.io/sql-bricks
MIT License
203 stars 25 forks source link

CTE support (Common Table Expressions) WITH query #113

Closed karianpour closed 4 years ago

karianpour commented 4 years ago

Does sql-brick support cte? I searched, but I could not find any thing. Here I put postgres document about it: queries-with.html

prust commented 4 years ago

@karianpour: No, sql-bricks only supports SQL-92, postgres-specific extensions are found at https://github.com/Suor/sql-bricks-postgres. I checked and it doesn't look like it supports WITH yet, but you're welcome to submit an issue requesting it, or (better) a pull request adding it.

cc @Suor (the maintainer of sql-bricks-postgres)