You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/03/11 02:30:28 UTC

[GitHub] [iotdb] mychaow commented on a change in pull request #2798: [IOTDB-1192] Fix sql end with semicolon

mychaow commented on a change in pull request #2798:
URL: https://github.com/apache/iotdb/pull/2798#discussion_r592022885



##########
File path: antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/SqlBase.g4
##########
@@ -20,7 +20,7 @@
 grammar SqlBase;
 
 singleStatement
-    : statement EOF
+    : statement (';')? EOF

Review comment:
       need to update docs?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org