Konstantin Orlov created IGNITE-20661:
-----------------------------------------

             Summary: JDBC. Support multi statement queries by JDBC 
                 Key: IGNITE-20661
                 URL: https://issues.apache.org/jira/browse/IGNITE-20661
             Project: Ignite
          Issue Type: Improvement
          Components: jdbc
            Reporter: Konstantin Orlov


Currently, both {{JdbcStatement#execute}} and 
{{JdbcPreparedStatement#execute()}} passes the call to 
{{SqlQueryProcessor#querySingleAsync}}. After IGNITE-20443 script processes 
will be able to process multi statement queries, thus both call should be 
retargeted to introduced {{SqlQueryProcessor#queryScriptAsync}} method.

h3. Definition Of Done

* It's possible to supply entire script to all variations of mentioned methods 
of Statement and PreparedStatement
* result of execution of a script meets JDBC contract (see javadocs of 
appropriate methods and JDBC v4.3 spec for details)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to