You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/12/23 06:10:56 UTC

[shardingsphere] branch master updated (04f521f79ed -> ee21193a884)

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

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


    from 04f521f79ed Add eot and ttf file to .gitattributes to avoid newline formatting (#23051)
     add ee21193a884 Refactor t_user init sql and data in encrypt scenario and adjust some encrypt test case (#23052)

No new revisions were added by this update.

Summary of changes:
 .../cases/dql/dql-integration-test-cases.xml       | 48 ++++++++++++----------
 .../rql/dataset/encrypt/show_encrypt_rule.xml      |  5 ++-
 .../rql/dataset/encrypt/show_encrypt_rules.xml     |  5 ++-
 .../env/scenario/encrypt/data/actual/dataset.xml   | 37 +++++++++++++----
 .../data/actual/init-sql/h2/01-actual-init.sql     |  2 +-
 .../data/actual/init-sql/mysql/01-actual-init.sql  |  2 +-
 .../actual/init-sql/opengauss/01-actual-init.sql   |  2 +-
 .../data/actual/init-sql/oracle/01-actual-init.sql |  2 +-
 .../actual/init-sql/postgresql/01-actual-init.sql  |  2 +-
 .../actual/init-sql/sqlserver/01-actual-init.sql   |  2 +-
 .../env/scenario/encrypt/data/expected/dataset.xml | 32 +++++++++++----
 .../data/expected/init-sql/h2/01-expected-init.sql |  2 +-
 .../expected/init-sql/mysql/01-expected-init.sql   |  2 +-
 .../init-sql/opengauss/01-expected-init.sql        |  2 +-
 .../expected/init-sql/oracle/01-expected-init.sql  |  2 +-
 .../init-sql/postgresql/01-expected-init.sql       |  2 +-
 .../init-sql/sqlserver/01-expected-init.sql        |  2 +-
 .../encrypt/proxy/conf/mysql/config-encrypt.yaml   | 20 +++++++--
 .../proxy/conf/opengauss/config-encrypt.yaml       | 20 +++++++--
 .../proxy/conf/postgresql/config-encrypt.yaml      | 20 +++++++--
 .../test/resources/env/scenario/encrypt/rules.yaml | 20 +++++++--
 21 files changed, 168 insertions(+), 63 deletions(-)