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

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


    from e7b3443  Refactor scaling input and output config fields type from int 
to Integer (#15450)
     add 835c059  [DistSQL] Encryp rules support data types. (#15439)

No new revisions were added by this update.

Summary of changes:
 .../converter/EncryptRuleStatementConverter.java   |  5 ++--
 .../update/AlterEncryptRuleStatementUpdater.java   | 21 +++++++++++++---
 .../update/CreateEncryptRuleStatementUpdater.java  | 21 +++++++++++++---
 .../handler}/fixture/TestEncryptAlgorithm.java     |  4 +--
 .../AlterEncryptRuleStatementUpdaterTest.java      | 24 +++++++++++++++---
 .../CreateEncryptRuleStatementUpdaterTest.java     | 22 +++++++++++++---
 ...che.shardingsphere.encrypt.spi.EncryptAlgorithm |  3 +--
 .../src/main/antlr4/imports/encrypt/Keyword.g4     | 16 ++++++++++++
 .../main/antlr4/imports/encrypt/RDLStatement.g4    | 28 +++++++++++++++++++--
 .../core/EncryptDistSQLStatementVisitor.java       | 22 ++++++++++------
 .../parser/segment/EncryptColumnSegment.java       | 29 ++++++++++++++++++++++
 ...java => InvalidRuleConfigurationException.java} | 10 ++++----
 12 files changed, 171 insertions(+), 34 deletions(-)
 copy 
{shardingsphere-jdbc/shardingsphere-jdbc-core/src/test/java/org/apache/shardingsphere/driver
 => 
shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-distsql/shardingsphere-encrypt-distsql-handler/src/test/java/org/apache/shardingsphere/encrypt/distsql/handler}/fixture/TestEncryptAlgorithm.java
 (95%)
 copy examples/docker/shardingsphere-proxy/governance/run.sh => 
shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-distsql/shardingsphere-encrypt-distsql-handler/src/test/resources/services/org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm
 (90%)
 copy 
shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/distsql/exception/rule/{KeyGeneratorInUsedException.java
 => InvalidRuleConfigurationException.java} (66%)

Reply via email to