Oracle has a limit for how many items one can include in an "IN" clause (1000 I think). If I call the IN with a collection, will JOOQ automatically handle this by splitting the query into mulitple SQL requests and then merge the data back?

Thanks,
- Ravi

Reply via email to