PreparedStatement parameters should not be cleared after addBatch
-----------------------------------------------------------------
Key: TEIID-3709
URL:
https://issues.jboss.org/browse/TEIID-3709
Project: Teiid
Issue Type: Bug
Components: JDBC Driver
Affects Versions: 7.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.12
After addBatch is called on a PreparedStatement we are clearing the parameter values.
The parameters however should remain present until clearParameters is explicitly called.