jOOQ splits the IN argument into several OR-connected IN arguments On Fri, Jun 8, 2012 at 3:28 PM, digulla <[email protected]> wrote:
> Some databases like Oracle have a limit on the number of elements that you > can specify in an IN(). > > Has jOOQ some built-in functionality to work around this limit or is that > something which I have to handle in my own code? >
