crysalead-js / sql-dialect

SQL Builder
MIT License
6 stars 2 forks source link

statement: initial support for common table expressions #7

Closed esatterwhite closed 4 years ago

esatterwhite commented 4 years ago

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

TODO:

Semver: minor

esatterwhite commented 4 years ago

pre-mature PR. closing. will re-open when I have tests and such added