]
Steven Hawkins updated TEIID-3537:
----------------------------------
Fix Version/s: 9.1
(was: 9.0)
Use array binding for postgresql dependent join
-----------------------------------------------
Key: TEIID-3537
URL:
https://issues.jboss.org/browse/TEIID-3537
Project: Teiid
Issue Type: Enhancement
Components: JDBC Connector
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 9.1
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.