You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2023/05/12 04:53:53 UTC

[shardingsphere] branch master updated (7bb31475a9d -> 93f830a9b1d)

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 7bb31475a9d Optimized sqlParser to support examples from MySQL Test Suite.  (#25580)
     add 93f830a9b1d support for NOT BETWEEN, NOT IN, COMPARISON SUBQUERY (#25594)

No new revisions were added by this update.

Summary of changes:
 .../segment/expression/impl/BetweenExpressionConverter.java        | 5 ++---
 .../expression/impl/BinaryOperationExpressionConverter.java        | 1 +
 .../sql/parser/mysql/visitor/statement/MySQLStatementVisitor.java  | 7 ++++++-
 .../shardingsphere/test/it/optimize/SQLNodeConverterEngineIT.java  | 3 +++
 test/it/parser/src/main/resources/case/dml/select-expression.xml   | 2 +-
 5 files changed, 13 insertions(+), 5 deletions(-)