Andrey Gura created IGNITE-5685:
-----------------------------------
Summary: JDBC: Prepared statement shouldn't clear params after
query execution
Key: IGNITE-5685
URL: https://issues.apache.org/jira/browse/IGNITE-5685
Project: Ignite
Issue Type: Bug
Affects Versions: 1.0
Reporter: Andrey Gura
Assignee: Andrey Gura
Fix For: 2.1
`JdbcPreparedStatement` implementations (both Java client and Ignite client
node based) clears query parameters in `executeQuery` method after query
execution. It's wrong behavior because `PreparedStatement` allows repeatable
use.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)