Hello,

No, we don't currently support this join method out-of-the-box. I have
registered a feature request to add support in a future version:
https://github.com/jOOQ/jOOQ/issues/4281

In the mean time, you can use jOOQ's plain SQL templating capabilites for
this. E.g.:

DSL.table("{0} straight_join {1} on {2}", LEFT_TABLE, RIGHT_TABLE,
predicate);


I hope this helps,
Lukas

2015-05-12 10:54 GMT+02:00 <[email protected]>:

> Hi all,
>
> Is there any support in jooq for generating a STRAIGHT_JOIN clause for
> MySQL?
>
> Thank you,
> Christian
>
> --
> You received this message because you are subscribed to the Google Groups
> "jOOQ User Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to