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 aa6cf0f Show detailed error message to end user when job does not
exist (#15181)
add bd4fc25 Support config encrypt column data type (#15154)
No new revisions were added by this update.
Summary of changes:
.../encrypt/spi/context/EncryptColumnDataType.java | 2 +-
.../generator/EncryptAlterTableTokenGenerator.java | 138 +++++++++++---
.../shardingsphere/encrypt/rule/EncryptRule.java | 23 +++
.../impl/EncryptAlterTableTokenGeneratorTest.java | 203 +++++++++++++++++++++
.../encrypt/rule/EncryptColumnDataTypeTest.java | 2 +-
.../encrypt/case/alter_for_query_with_cipher.xml | 4 +-
.../scenario/encrypt/config/query-with-cipher.yaml | 3 +
.../scenario/encrypt/config/query-with-plain.yaml | 5 +
8 files changed, 355 insertions(+), 25 deletions(-)
create mode 100644
shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-core/src/test/java/org/apache/shardingsphere/encrypt/rewrite/impl/EncryptAlterTableTokenGeneratorTest.java