Details
-
Type:
Improvement
-
Status: Resolved (View workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects versions: 3.6.4, 3.8.0
-
Fix versions: 3.9.2
-
Components: Core
-
Labels:None
Description
see http://www.igniterealtime.org/community/thread/38452 - Oracle allows 1000 expressions in a prepared statement.
The code looks a little bit bogus as creating such a big PS makes usually little sense.
The thread contains three options how to fix this, either with an Array, with a sub-query or with a join.