]
Steven Hawkins resolved TEIID-3537.
-----------------------------------
Resolution: Out of Date
Marking older issues as out of date.
Use array binding for postgresql dependent join
-----------------------------------------------
Key: TEIID-3537
URL:
https://issues.redhat.com/browse/TEIID-3537
Project: Teiid
Issue Type: Enhancement
Components: JDBC Connector
Reporter: Steven Hawkins
Priority: Minor
Fix For: Open To Community
Rather than creating a large sql statement or rely upon a small fixed limit to the number
of binding, we can bind array values to perform dependent query comparisons - where id =
ANY ?
This however only seems to work for single values or composites of the same type.