Replies: 2 comments 3 replies
-
Hi @linhongzhi123, can you translate this discussion to English? Besides, I think you can try the latest 5.4.0, it may be fixed this bug which caused by concat function. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can refer this issue and pr - #24337. This feature has been supported since 5.3.2. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
相关规则配置
dataSources:
shareen:
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
driverClassName: com.mysql.jdbc.Driver
jdbcUrl: jdbc:postgresql://localhost:5432/tz_wg_zx?useUnicode=true&characterEncoding=utf8&autoReconnect=true&stringtype=unspecified
username: postgres
password: 123456
rules:
tables:
test_user:
columns:
password:
cipherColumn: password
encryptorName: password_encryptor
likeQueryColumn: password_query
likeQueryEncryptorName: like_encryptor
queryWithCipherColumn: true
encryptors:
password_encryptor:
type: AES
props:
aes-key-value: 123456abc
like_encryptor:
type: CHAR_DIGEST_LIKE
props:
sql-show: true
异常信息如下:
启动时信息:
插入语句是可以执行的,且字段可以已经加密
Beta Was this translation helpful? Give feedback.
All reactions