You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ki...@apache.org on 2020/08/31 07:57:02 UTC

[shardingsphere] branch master updated (44aeed2 -> 8b48953)

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

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


    from 44aeed2  Merge pull request #7162 from taojintianxia/scaling-fix
     add 8b48953  Refactor PredicateBuildUtils and PredicateExtractUtils (#7169)

No new revisions were added by this update.

Summary of changes:
 .../sql/parser/binder/statement/dml/DeleteStatementContext.java       | 4 ++--
 .../sql/parser/binder/statement/dml/UpdateStatementContext.java       | 4 ++--
 .../apache/shardingsphere/sql/parser/mysql/visitor/MySQLVisitor.java  | 4 ++--
 .../shardingsphere/sql/parser/oracle/visitor/OracleVisitor.java       | 4 ++--
 .../sql/parser/postgresql/visitor/PostgreSQLVisitor.java              | 4 ++--
 .../apache/shardingsphere/sql/parser/sql92/visitor/SQL92Visitor.java  | 4 ++--
 .../shardingsphere/sql/parser/sqlserver/visitor/SQLServerVisitor.java | 4 ++--
 .../PredicateBuilder.java => util/predicate/PredicateBuildUtils.java} | 4 ++--
 .../predicate/PredicateExtractUtils.java}                             | 4 ++--
 9 files changed, 18 insertions(+), 18 deletions(-)
 rename shardingsphere-sql-parser/shardingsphere-sql-parser-statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/common/{predicate/PredicateBuilder.java => util/predicate/PredicateBuildUtils.java} (97%)
 rename shardingsphere-sql-parser/shardingsphere-sql-parser-statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/common/{predicate/PredicateExtractor.java => util/predicate/PredicateExtractUtils.java} (96%)