You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by su...@apache.org on 2022/12/30 07:37:04 UTC

[shardingsphere] branch master updated (e7336e1dd73 -> fcb0e1ea635)

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

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


    from e7336e1dd73 Add alias to SQL hint keys. (#23189)
     add fcb0e1ea635 Optimize PostgreSQL, openGauss select fetech statement optimize and add more integration test (#23195)

No new revisions were added by this update.

Summary of changes:
 .../main/antlr4/imports/opengauss/DMLStatement.g4  |  2 +-
 .../impl/OpenGaussStatementSQLVisitor.java         | 10 ++---
 .../main/antlr4/imports/postgresql/DMLStatement.g4 |  3 +-
 .../impl/PostgreSQLStatementSQLVisitor.java        | 15 ++------
 .../cases/dql/dql-integration-test-cases.xml       | 45 ++++++++++++++++++++++
 .../test/it/optimize/SQLNodeConverterEngineIT.java |  1 +
 .../main/resources/case/dml/select-pagination.xml  | 12 ++++++
 .../parser/src/main/resources/case/dml/select.xml  | 12 ------
 .../sql/supported/dml/select-pagination.xml        |  1 +
 .../main/resources/sql/supported/dml/select.xml    |  1 -
 10 files changed, 67 insertions(+), 35 deletions(-)