You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2020/09/10 09:47:40 UTC

[shardingsphere] branch master updated (1736a62 -> 361377d)

This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from 1736a62  Merge pull request #7382 from tuohai666/add_log
     new 3ba77b3  Fix create table if not exists pre validation error. ignore validation when use this
     new f38ade6  fix check style
     new ce071a1  support pg create table not exists
     new 2ccda97  merge master
     new c8af610  Refactor, move ? from notExistClause_ and existClause_ to the position where they are used
     new 361377d  Merge pull request #7340 from xbkaishui/Fix-Create-Table-If-Not_exists

The 26772 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../impl/ShardingCreateTableStatementValidator.java  |  2 +-
 .../ShardingCreateTableStatementValidatorTest.java   | 14 +++++++++++++-
 ...ateTableStatementMetaDataRefreshStrategyTest.java |  4 ++--
 .../prepare/MySQLComStmtPrepareCheckerTest.java      |  2 +-
 .../src/main/antlr4/imports/mysql/BaseRule.g4        |  4 ++--
 .../src/main/antlr4/imports/mysql/DALStatement.g4    |  4 ++--
 .../src/main/antlr4/imports/mysql/DDLStatement.g4    | 20 ++++++++++----------
 .../parser/mysql/visitor/impl/MySQLDDLVisitor.java   |  2 +-
 .../parser/oracle/visitor/impl/OracleDDLVisitor.java |  2 +-
 .../main/antlr4/imports/postgresql/DDLStatement.g4   |  4 ++--
 .../visitor/impl/PostgreSQLDDLVisitor.java           |  2 +-
 .../parser/sql92/visitor/impl/SQL92DDLVisitor.java   |  2 +-
 .../sqlserver/visitor/impl/SQLServerDDLVisitor.java  |  2 +-
 .../common/statement/ddl/CreateTableStatement.java   |  2 ++
 14 files changed, 40 insertions(+), 26 deletions(-)