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/01/02 08:47:44 UTC

[GitHub] [shardingsphere] RaigorJiang commented on a change in pull request #14443: Add if exists in `Drop database` syntax.

RaigorJiang commented on a change in pull request #14443:
URL: https://github.com/apache/shardingsphere/pull/14443#discussion_r777182220



##########
File path: shardingsphere-sql-parser/shardingsphere-sql-parser-statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/common/statement/ddl/DropDatabaseStatement.java
##########
@@ -30,5 +30,7 @@
 @ToString
 public abstract class DropDatabaseStatement extends AbstractSQLStatement implements DDLStatement {
     
+    private boolean containsNotExistClause;

Review comment:
       `containsExistClause`




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