Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3.0
-
Fix Version/s: None
-
Component/s: arcsde plugin
-
Labels:None
Description
When generating the where clause for an Id filter (or Fid filter on older releases) the default is to generate an IN clause that just lists all of the supplied ids, but Oracle can have problems processing an IN clause that contains more than 1000 ids.
A option could be to break the clause into multiple IN sections and join then with an OR.
Shaun, can you confirm the fix and close this issue if it's fixed?