]
Steven Hawkins updated TEIID-3450:
----------------------------------
Fix Version/s: 8.7.1.6_2
bulk values are set directly from client
----------------------------------------
Key: TEIID-3450
URL:
https://issues.jboss.org/browse/TEIID-3450
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 8.4
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.7.1.6_2, 8.10.1, 8.11
Using a prepared bulk query, such as "insert ... values (?, ...)" that is
passed to the source, the bound values are coming directly from the client rather than
being the resolved form - which will be the correct runtime object and type.