You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2022/01/26 01:59:14 UTC

[shardingsphere] branch master updated (8a1d2f6 -> 76a8b27)

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

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


    from 8a1d2f6  Add MySQL parse support for `UNLOCK` Statement (#15068)
     add 76a8b27  Reduce ParameterRewriterBuilder size to improve performance (#15064)

No new revisions were added by this update.

Summary of changes:
 .../context/EncryptSQLRewriteContextDecorator.java |  7 ++--
 .../parameter/EncryptParameterRewriterBuilder.java | 47 ++++++++++-----------
 .../EncryptParameterRewriterBuilderTest.java       | 47 ++++++++++++---------
 .../ShardingSQLRewriteContextDecorator.java        |  7 ++--
 .../ShardingParameterRewriterBuilder.java          | 48 +++++++++++-----------
 .../ShardingParameterRewriterBuilderTest.java      | 39 ++++++++++++++----
 .../rewriter/ParameterRewriterBuilder.java         |  5 +--
 7 files changed, 112 insertions(+), 88 deletions(-)