brianc / node-sql

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

Other Join types #373

Closed Carl-Foster closed 5 years ago

Carl-Foster commented 7 years ago

It seems like only INNER and LEFT joins are supported. I've been using this library and require FULL OUTER join.

I propose similar to leftJoin() just do a fullOuterJoin() since it has similar semantics.

Carl-Foster commented 7 years ago

I'm happy to do this and submit a PR.

Carl-Foster commented 7 years ago

374 adds these join types

iancamp commented 6 years ago

👍

Looking forward to when this gets merged.