seata UndoLogParser 实现类建议增加对 oracle 数据库的 TIMESTAMP、TIMESTAMPTZ、TIMESTAMPLTZ 这些数据类型的支持。

8xiog9wr  于 2个月前  发布在  Oracle
关注(0)|答案(4)|浏览(40)

Why you need it?

Is your feature request related to a problem? Please describe in details

How it could be?

A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.

Add any other context or screenshots about the feature request here.

kb5ga3dv

kb5ga3dv1#

因为Licence原因,我们无法直接依赖oracle的驱动,对应的序列化支持请自行通过seata-plugin模块扩展打包自行引入

pvcm50d1

pvcm50d12#

可以考虑使用 java.io.Serializable 接口的方式处理

jm81lzqq

jm81lzqq3#

可以考虑使用 java.io.Serializable 接口的方式处理

欢迎你来提交pr解决这个问题

zzlelutf

zzlelutf4#

可以考虑使用 java.io.Serializable 接口的方式处理

如果使用java.io.Serializable的话,如果需要多语言移植的话,是否就不太方便了?

相关问题