[ https://issues.apache.org/jira/browse/IGNITE-25207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aleksandr updated IGNITE-25207: ------------------------------- Description: 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. was: 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. > 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 > Priority: Major > Labels: ignite-3 > > 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)