Skip to content

seata1.4.2版本不支持mysql加解密函数吗 #4140

Open
@zhousanyi

Description

@zhousanyi
  • I have searched the issues of this repository and believe that this is not a duplicate.

Ⅰ.问题描述

我的mysql里边会对部分数据字段加密处理,用的是mysql自带的加解密函数,当我开启一个全局事务,插入一条数据后,seata会报一个异常错误,显示不支持的sql

Ⅱ. 异常现象:

Caused by: io.seata.common.exception.NotSupportYetException: not support sql [insert into config_info (apartment_id, branch_id, config_key, config_value, create_time, customer_id, floor_id, modify_time, room_id, id) values (?, ?, ?, encryptInfo(?, 'password'), ?, ?, ?, ?, ?, ?)]

Ⅲ. 寻求帮助

我想问下目前seata还不支持加解密sql吗,或者是说目前有没有什么好的解决方案

Ⅳ 环境

  • JDK version :1.8
  • Seata version: 1.4.2
  • OS : Centos7
  • mysql:5.7

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions