Aleksandr created IGNITE-25207:
----------------------------------
Summary: Improve CLI SQL interactive shell
Key: IGNITE-25207
URL: https://issues.apache.org/jira/browse/IGNITE-25207
Project: Ignite
Issue Type: Improvement
Components: cli
Reporter: Aleksandr
Now SQL shell is waiting for *;* to send the query to the server. In other
words it waits for* ; *as a sign for the end of the query.
The problem here is the lack of "understanding" if the ; is the actual end of
query of it is a part of the query.
For example, *--;* will execute the query. But typing *WHERE s = ";"* <enter>
will NOT execute the query.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)