Closed Carl-Foster closed 5 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.
leftJoin()
fullOuterJoin()
I'm happy to do this and submit a PR.
👍
Looking forward to when this gets merged.
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 afullOuterJoin()
since it has similar semantics.