HADESCH9 commented on issue #34084:
URL:
https://github.com/apache/shardingsphere/issues/34084#issuecomment-2559652659
Field mapping configuration file is as follows
```xml
rules:
- !SINGLE
tables:
- "ds1.*"
- !ENCRYPT
tables:
vehicle_blacklist:
columns:
license_plate_number:
name: license_plate_number
cipher:
name: license_plate_number_cipher
encryptorName: aes_encryptor
likeQuery:
name: license_plate_number_cipher_col
encryptorName: like_queyr_encryptor
```
Error occurred before and after updating the SQL, when Seata tried to
retrieve the data before the update, an error was reported
Error content as follows

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]