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 7623768  Optimize SubstitutableColumnNameToken and remove useless 
QueryWithCipherColumnAware interface (#15787)
     add e844d2d  refactor test case for encrypt (#15777)

No new revisions were added by this update.

Summary of changes:
 .../{ => query-with-cipher/ddl/create}/create.xml  |   3 +
 .../dml/delete/delete.xml}                         |   0
 .../dml/insert/insert_column.xml}                  |  44 +-------
 .../query-with-cipher/dml/insert/insert_set.xml    |  59 ++++++++++
 .../query-with-cipher/dml/select/select_join.xml   |  39 +++++++
 .../dml/select/select_projection.xml               |  61 ++++++++++
 .../dml/select/select_subquery.xml                 |  37 ++++++
 .../query-with-cipher/dml/select/select_where.xml  |  44 ++++++++
 .../dml/update/update.xml}                         |   0
 .../dml/delete/delete.xml}                         |   0
 .../dml/select/select_projection.xml}              |  14 +--
 .../query-with-plain/dml/select/select_where.xml   |  29 +++++
 .../dml/update/update.xml}                         |   0
 .../mix/case/select_for_query_with_cipher.xml      | 124 ---------------------
 14 files changed, 276 insertions(+), 178 deletions(-)
 rename 
shardingsphere-test/shardingsphere-rewrite-test/src/test/resources/scenario/mix/case/{
 => query-with-cipher/ddl/create}/create.xml (99%)
 rename 
shardingsphere-test/shardingsphere-rewrite-test/src/test/resources/scenario/mix/case/{delete_for_query_with_cipher.xml
 => query-with-cipher/dml/delete/delete.xml} (100%)
 rename 
shardingsphere-test/shardingsphere-rewrite-test/src/test/resources/scenario/mix/case/{insert.xml
 => query-with-cipher/dml/insert/insert_column.xml} (79%)
 create mode 100644 
shardingsphere-test/shardingsphere-rewrite-test/src/test/resources/scenario/mix/case/query-with-cipher/dml/insert/insert_set.xml
 create mode 100644 
shardingsphere-test/shardingsphere-rewrite-test/src/test/resources/scenario/mix/case/query-with-cipher/dml/select/select_join.xml
 create mode 100644 
shardingsphere-test/shardingsphere-rewrite-test/src/test/resources/scenario/mix/case/query-with-cipher/dml/select/select_projection.xml
 create mode 100644 
shardingsphere-test/shardingsphere-rewrite-test/src/test/resources/scenario/mix/case/query-with-cipher/dml/select/select_subquery.xml
 create mode 100644 
shardingsphere-test/shardingsphere-rewrite-test/src/test/resources/scenario/mix/case/query-with-cipher/dml/select/select_where.xml
 rename 
shardingsphere-test/shardingsphere-rewrite-test/src/test/resources/scenario/mix/case/{update_for_query_with_cipher.xml
 => query-with-cipher/dml/update/update.xml} (100%)
 rename 
shardingsphere-test/shardingsphere-rewrite-test/src/test/resources/scenario/mix/case/{delete_for_query_with_plain.xml
 => query-with-plain/dml/delete/delete.xml} (100%)
 rename 
shardingsphere-test/shardingsphere-rewrite-test/src/test/resources/scenario/mix/case/{select_for_query_with_plain.xml
 => query-with-plain/dml/select/select_projection.xml} (77%)
 create mode 100644 
shardingsphere-test/shardingsphere-rewrite-test/src/test/resources/scenario/mix/case/query-with-plain/dml/select/select_where.xml
 rename 
shardingsphere-test/shardingsphere-rewrite-test/src/test/resources/scenario/mix/case/{update_for_query_with_plain.xml
 => query-with-plain/dml/update/update.xml} (100%)
 delete mode 100644 
shardingsphere-test/shardingsphere-rewrite-test/src/test/resources/scenario/mix/case/select_for_query_with_cipher.xml

Reply via email to