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 2851518  Rename onDuplicateKeyUpdateParameters (#6791)
     new 5ad26d6  PostgreSQL DDL
     new bfcedb5  Merge remote-tracking branch 'apache/master'
     new 7de01d6  review fix
     new 759999a  review fix
     new 4f77455  review fix
     new 0a3385b  review fix
     new 7e8155c  review fix
     new 08b4f67  review fix
     new f540c12  Merge pull request #6769 from happybyr/master

The 26102 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/postgresql/BaseRule.g4 | 380 +++++++++--
 .../main/antlr4/imports/postgresql/DDLStatement.g4 | 704 ++++++++++++++++++++-
 .../antlr4/imports/postgresql/PostgreSQLKeyword.g4 |   8 +
 .../main/antlr4/imports/postgresql/TCLStatement.g4 |   4 +
 .../visitor/impl/PostgreSQLDDLVisitor.java         |   3 +-
 .../src/test/resources/case/ddl/alter-index.xml    |   2 +
 .../src/test/resources/case/ddl/alter-table.xml    |   8 +
 .../src/test/resources/case/ddl/create-index.xml   |   6 +-
 .../src/test/resources/sql/supported/ddl/alter.xml |   3 +
 .../test/resources/sql/supported/ddl/create.xml    |  13 +-
 10 files changed, 1066 insertions(+), 65 deletions(-)

Reply via email to