Closed monxalo closed 9 years ago
Basically:
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.
See #15.
Basically:
For the API we can use the same approach like JOOQ uses:
I can create a PR for this if you want, i'll be happy to contribute.