[jira] [Created] (IGNITE-5685) JDBC: Prepared statement shouldn't clear params after query execution

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-5685) JDBC: Prepared statement shouldn't clear params after query execution

Anton Vinogradov (Jira)
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)