You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by me...@apache.org on 2021/06/04 09:29:44 UTC

[shardingsphere] branch master updated (3c3e6f2 -> 16403af)

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

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


    from 3c3e6f2  Minor refactor for Drop rules (#10650)
     add 16403af  fix create table rewrite error with encrypt (#10655)

No new revisions were added by this update.

Summary of changes:
 .../impl/EncryptCreateTableTokenGenerator.java     | 36 +++++++++++--------
 .../encrypt/create_for_query_with_plain.xml        |  2 +-
 .../src/test/resources/mix/create.xml              | 40 ++++++++++++++++++++++
 .../test/resources/yaml/mix/query-with-cipher.yaml | 11 ++++++
 .../pojo/generic/SubstitutableColumnNameToken.java | 12 ++++++-
 5 files changed, 85 insertions(+), 16 deletions(-)
 create mode 100644 shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-rewrite/src/test/resources/mix/create.xml