prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
582 stars 62 forks source link

CTEs should always be on top level #214

Closed pimeys closed 4 years ago

pimeys commented 4 years ago

Nesting a WITH statement will not work!

yoshuawuyts commented 4 years ago

Would it be possible to add a test for this?

pimeys commented 4 years ago

Yes. Tomorrow. Merging now to get to the merge window!