zihaoAK47 commented on code in PR #29329:
URL: https://github.com/apache/shardingsphere/pull/29329#discussion_r1421426981
##########
parser/sql/dialect/sqlserver/src/main/antlr4/imports/sqlserver/BaseRule.g4:
##########
@@ -151,7 +152,7 @@ sequenceName
;
tableName
- : (owner DOT_)? name
+ : ((databaseName DOT_)? owner DOT_)? name
Review Comment:
We can use the selection mode of antlr.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]