crysalead-js / sql-dialect

SQL Builder
MIT License
6 stars 2 forks source link

statement: initial support for common table expressions #8

Closed esatterwhite closed 4 years ago

esatterwhite commented 4 years ago

All supported dialects have common table expressions at this point. This includes a first pass at including support for WITH statement on all DML statements

This lacks support for recursive common table expressions currently

jails commented 4 years ago

That's huge work, nice job :+1: