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/24 03:07:00 UTC

[shardingsphere] branch master updated (cfbec47 -> 1d9a6d2)

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 cfbec47  Merge pull request #7016 from terrymanu/dev
     new 42a4ace  collate SQLServer sql parser, parse column names.
     new ebb6e0f  add parse “columnNamesWithSort” method.
     new 6d75ee9  fixes checkstyle.
     new 1d9a6d2  Merge pull request #6991 from dongzl/collate-sqlserver-parser

The 26319 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/sqlserver/BaseRule.g4              |  4 ++++
 .../src/main/antlr4/imports/sqlserver/DDLStatement.g4          |  2 +-
 .../sql/parser/sqlserver/visitor/SQLServerVisitor.java         | 10 ++++++++++
 .../sql/parser/sqlserver/visitor/impl/SQLServerDMLVisitor.java |  4 ++--
 4 files changed, 17 insertions(+), 3 deletions(-)