Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0M6
-
None
-
None
Description
Oracle (and maybe other) adapter should automatically strip IN clauses with more than 1000 elements. E.g.
IN (1,2,...1500) ---> IN (1,2...1000) OR IN (1001,...1500)
Otherwise SQLException occurs, because all Oracles do not support INs with more than 1000 elements
Attachments
Issue Links
- is related to
-
CAY-2445 Oracle: Problem with ExpressionFactory.notInExp()
- Closed