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

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


The following commit(s) were added to refs/heads/master by this push:
     new b99561d846d Refactor PrivilegeCheckType (#37709)
b99561d846d is described below

commit b99561d846d9233b6ce3d4892c40aa42b892c098
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Jan 11 23:09:19 2026 +0800

    Refactor PrivilegeCheckType (#37709)
---
 .../database/connector/core/checker/PrivilegeCheckType.java             | 2 +-
 proxy/bootstrap/src/main/resources/conf/database-encrypt.yaml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/database/connector/core/src/main/java/org/apache/shardingsphere/database/connector/core/checker/PrivilegeCheckType.java
 
b/database/connector/core/src/main/java/org/apache/shardingsphere/database/connector/core/checker/PrivilegeCheckType.java
index 72f33eb008a..5f97de17e1a 100644
--- 
a/database/connector/core/src/main/java/org/apache/shardingsphere/database/connector/core/checker/PrivilegeCheckType.java
+++ 
b/database/connector/core/src/main/java/org/apache/shardingsphere/database/connector/core/checker/PrivilegeCheckType.java
@@ -22,5 +22,5 @@ package 
org.apache.shardingsphere.database.connector.core.checker;
  */
 public enum PrivilegeCheckType {
     
-    NONE, PIPELINE, SELECT, XA
+    PIPELINE, SELECT, XA, NONE
 }
diff --git a/proxy/bootstrap/src/main/resources/conf/database-encrypt.yaml 
b/proxy/bootstrap/src/main/resources/conf/database-encrypt.yaml
index d4a833786a6..f10bb261f11 100644
--- a/proxy/bootstrap/src/main/resources/conf/database-encrypt.yaml
+++ b/proxy/bootstrap/src/main/resources/conf/database-encrypt.yaml
@@ -19,7 +19,7 @@
 # 
 # Here you can configure the rules for the proxy.
 # This example is configuration of encrypt rule.
-# 
+#
 
######################################################################################################
 #
 #databaseName: encrypt_db

Reply via email to