You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "RaigorJiang (via GitHub)" <gi...@apache.org> on 2023/06/07 01:50:25 UTC

[GitHub] [shardingsphere] RaigorJiang commented on a diff in pull request #26079: Support table name backquote parse

RaigorJiang commented on code in PR #26079:
URL: https://github.com/apache/shardingsphere/pull/26079#discussion_r1220684801


##########
test/it/parser/src/main/resources/case/ddl/create-table.xml:
##########
@@ -17,6 +17,12 @@
   -->
 
 <sql-parser-test-cases>
+    <create-table sql-case-id="create_table_with_backtick">
+        <table name="t_order" start-delimiter="`" end-delimiter="`" start-index="13" stop-index="23" />

Review Comment:
   Hi @zihaoAK47 
   In #26035, We know that the expected table name should be `t_order, but now the result of the test is t_order, is this not as expected?
   
   
   The following is my test in native mysql:
   <img width="561" alt="image" src="https://github.com/apache/shardingsphere/assets/5668787/b08a3ff6-30a4-4790-b96c-554db62b221c">
   



-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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