brianc / node-sql

SQL generation for node.js
MIT License
1.05k stars 191 forks source link

Support for "left join lateral" / "outer apply" #399

Closed danrzeppa closed 4 years ago

danrzeppa commented 6 years ago

Adds support for Postgres "left join lateral" which translates to Microsoft SQL Server and Oracle "outer apply".