You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/04/14 04:46:12 UTC

[GitHub] [shardingsphere] ThanoshanMV commented on a diff in pull request #16799: Add SQLServer REVERT Statement

ThanoshanMV commented on code in PR #16799:
URL: https://github.com/apache/shardingsphere/pull/16799#discussion_r850078852


##########
shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-sqlserver/src/main/java/org/apache/shardingsphere/sql/parser/sqlserver/visitor/statement/impl/SQLServerDCLStatementSQLVisitor.java:
##########
@@ -353,4 +355,10 @@ public ASTNode visitSetUser(final SetUserContext ctx) {
         }
         return result;
     }
+    
+    @Override
+    public ASTNode visitRevert(final RevertContext ctx) {
+        SQLServerRevertStatement result = new SQLServerRevertStatement();
+        return result;

Review Comment:
   Thank you @strongduanmu. I've made changes.



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