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

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


    from 551fec79ba6 [Oracle SQL] Support HR-7-1 of Oracle SQL (#27604)
     add 044cd7fff77 Create new bounded sql statement and segment to avoid 
affecting SQLStatement cache (#27606)

No new revisions were added by this update.

Summary of changes:
 .../segment/from/impl/JoinTableSegmentBinder.java  |  3 +-
 .../from/impl/SimpleTableSegmentBinder.java        | 13 ++-
 .../impl/ColumnProjectionSegmentBinder.java        |  1 +
 .../impl/ShorthandProjectionSegmentBinder.java     | 17 ++--
 .../statement/dml/SelectStatementBinder.java       | 25 ++++--
 .../statement/SelectStatementBinderTest.java       | 92 ++++++++++++++++++++++
 .../dml/item/ShorthandProjectionSegment.java       |  9 +++
 .../segment/generic/table/SimpleTableSegment.java  |  9 +++
 .../handler/dml/SelectStatementHandler.java        | 90 +++++++++++++++++++++
 9 files changed, 242 insertions(+), 17 deletions(-)
 create mode 100644 
infra/binder/src/test/java/org/apache/shardingsphere/infra/binder/statement/SelectStatementBinderTest.java

Reply via email to