You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by lu...@apache.org on 2020/08/26 01:33:36 UTC

[shardingsphere] branch master updated (9061a1d -> 43e9489)

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

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


    from 9061a1d  Merge pull request #7069 from menghaoranss/dev0825
     new d47790f  fix create table parser and throw exception when parser error
     new 3170f7d  Merge remote-tracking branch 'upstream/master' into mydev
     new 69842fc  Merge remote-tracking branch 'upstream/master' into mydev
     new eb5ded8  fix
     new fe087f0  Merge remote-tracking branch 'upstream/master' into mydev
     new 43e9489  Merge pull request #7035 from jingshanglu/mydev

The 26375 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:
 .../src/main/antlr4/imports/mysql/BaseRule.g4                |  2 +-
 .../src/main/antlr4/imports/sqlserver/DDLStatement.g4        | 12 ++----------
 .../sql/parser/core/parser/SQLParserExecutor.java            |  3 +--
 .../src/main/resources/case/ddl/create-table.xml             | 10 ++++++++++
 .../src/main/resources/sql/supported/ddl/create.xml          |  1 +
 5 files changed, 15 insertions(+), 13 deletions(-)