Alexander Paschenko created IGNITE-7738:
-------------------------------------------
Summary: 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
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)