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 0f6655f  Add MySQL show status SQL parser. (#13765)
     add 681d44c  fix rewrite wrong result when case when claus in order by 
item (#13770)

No new revisions were added by this update.

Summary of changes:
 .../projection/engine/ProjectionsContextEngine.java     |  4 ++--
 .../binder/statement/dml/SelectStatementContext.java    |  6 ++++--
 .../statement/impl/MySQLStatementSQLVisitor.java        | 11 ++++++-----
 .../statement/impl/OpenGaussStatementSQLVisitor.java    | 13 +++++++------
 .../src/main/antlr4/imports/oracle/BaseRule.g4          |  4 ++--
 .../statement/impl/OracleDMLStatementSQLVisitor.java    |  2 +-
 .../statement/impl/OracleStatementSQLVisitor.java       |  4 ++--
 .../statement/impl/PostgreSQLStatementSQLVisitor.java   |  9 +++++----
 .../src/main/antlr4/imports/sqlserver/BaseRule.g4       |  2 +-
 .../statement/impl/SQLServerStatementSQLVisitor.java    |  2 +-
 .../src/main/resources/case/dml/select-group-by.xml     | 17 ++++++++++++++++-
 .../resources/sql/supported/dml/select-group-by.xml     |  1 +
 .../test/resources/scenario/sharding/case/select.xml    |  6 ++++++
 13 files changed, 54 insertions(+), 27 deletions(-)

Reply via email to