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(-)