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

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


    from a8b2d2e  Add `IF EXISTS` keyword to `DROP DB_DISCOVERY TYPE`. (#15802)
     add 7ddae34  Add mode to parser to support $$ in pg (#15852)

No new revisions were added by this update.

Summary of changes:
 .../src/main/antlr4/imports/postgresql/BaseRule.g4 |  9 +++--
 .../main/antlr4/imports/postgresql/DALStatement.g4 |  4 ++-
 .../main/antlr4/imports/postgresql/DCLStatement.g4 |  4 ++-
 .../main/antlr4/imports/postgresql/DDLStatement.g4 |  4 ++-
 .../main/antlr4/imports/postgresql/DMLStatement.g4 |  6 ++--
 .../src/main/antlr4/imports/postgresql/Literals.g4 | 20 +++++++----
 .../main/antlr4/imports/postgresql/ModeLexer.g4    | 36 +++++++++++--------
 .../antlr4/imports/postgresql/StoreProcedure.g4    |  4 ++-
 .../main/antlr4/imports/postgresql/TCLStatement.g4 |  6 +++-
 .../sql/parser/autogen/PostgreSQLStatementLexer.g4 | 10 ++++--
 ...QLStatement.g4 => PostgreSQLStatementParser.g4} |  8 +++--
 ...stgreSQLLexer.java => PostgreSQLLexerBase.java} | 36 ++++++++++++++++---
 .../impl/PostgreSQLStatementSQLVisitor.java        |  4 +--
 .../main/resources/case/dml/select-expression.xml  |  8 +++++
 .../sql/supported/dml/select-expression.xml        |  1 +
 .../main/resources/sql/unsupported/unsupported.xml | 40 ----------------------
 16 files changed, 118 insertions(+), 82 deletions(-)
 copy 
shardingsphere-kernel/shardingsphere-traffic/shardingsphere-traffic-core/src/main/java/org/apache/shardingsphere/traffic/constant/TrafficOrder.java
 => 
shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-postgresql/src/main/antlr4/imports/postgresql/ModeLexer.g4
 (65%)
 copy 
shardingsphere-spi/src/test/java/org/apache/shardingsphere/spi/fixture/required/NoImplRequiredSPIFixture.java
 => 
shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-postgresql/src/main/antlr4/org/apache/shardingsphere/sql/parser/autogen/PostgreSQLStatementLexer.g4
 (79%)
 rename 
shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-postgresql/src/main/antlr4/org/apache/shardingsphere/sql/parser/autogen/{PostgreSQLStatement.g4
 => PostgreSQLStatementParser.g4} (94%)
 copy 
shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-postgresql/src/main/java/org/apache/shardingsphere/sql/parser/postgresql/parser/{PostgreSQLLexer.java
 => PostgreSQLLexerBase.java} (59%)

Reply via email to