You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2019/02/14 15:12:00 UTC

[jira] [Closed] (IGNITE-7738) Allow 'multiple statements' in thin JDBC streaming mode

     [ https://issues.apache.org/jira/browse/IGNITE-7738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov closed IGNITE-7738.
-----------------------------------

> Allow 'multiple statements' in thin JDBC streaming mode
> -------------------------------------------------------
>
>                 Key: IGNITE-7738
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7738
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Alexander Paschenko
>            Priority: Major
>
> We need to update thin JDBC protocol to let user run multiple statements via Statement.execute(String) when connection is in streamed mode. Currently in streaming mode the server always receives all SQL in batches andĀ its batch processing logic does not allow multiple statements altogether. If we're able to recognize initial nature of the statement, we'll be able to act appropriately, and for this to be possible additional information must be passed with each query in the batch.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)