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/02 03:37:17 UTC

[shardingsphere] branch master updated (5ae2d2e -> e6dbcec)

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 5ae2d2e  #6872, remove unexpected error log (#7205)
     new 8ad0d50  add SQLServer output clause keywords.
     new da609d9  add SQLServer output keywords to unreserved word.
     new ea9d392  parse SQLServer insert output clause.
     new e6dbcec  Merge pull request #7209 from dongzl/sqlserver-insert-output

The 26559 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  |  1 +
 .../main/antlr4/imports/sqlserver/DMLStatement.g4  | 29 ++++++++++++++++++----
 .../antlr4/imports/sqlserver/SQLServerKeyword.g4   | 12 +++++++++
 3 files changed, 37 insertions(+), 5 deletions(-)