Skip to content
This repository has been archived by the owner on Mar 2, 2019. It is now read-only.

Support for other Join operators #14

Closed
monxalo opened this issue May 18, 2015 · 1 comment
Closed

Support for other Join operators #14

monxalo opened this issue May 18, 2015 · 1 comment

Comments

@monxalo
Copy link
Contributor

monxalo commented May 18, 2015

Basically:

  • (natural) left outer join
  • cross join

For the API we can use the same approach like JOOQ uses:

leftOuterJoin("secondtable")
naturalJoin("table")
naturalLeftOuterJoin("table")
crossJoin("secondtable")

I can create a PR for this if you want, i'll be happy to contribute.

@monxalo monxalo changed the title Support for other Join operator Support for other Join operators May 18, 2015
@monxalo
Copy link
Contributor Author

monxalo commented May 21, 2015

See #15.

@monxalo monxalo closed this as completed Jun 12, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant