Why you need it?
Is your feature request related to a problem? Please describe in details
Add AT transaction mode tests to support database data types (PostgreSQL)
增加 AT事务模式中对数据库数据类型的测试,当前任务针对PostgreSQL
The purpose of the test case is to verify that the COMMIT and ROLLBACK are correct
测试case目的是验证commit和rollback的正确性
Code can be submitted on the https://github.com/seata/seata-test or https://github.com/seata/seata/tree/develop/test
提交的代码可以放到 https://github.com/seata/seata-test 或 https://github.com/seata/seata/tree/develop/test
In this issue, tasks will be disassembled according to the classification of data types.
这个issue中会按照数据类型做分类拆解,按找数据类型的分类进行任务的拆解。
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.
Other related information
Add any other context or screenshots about the feature request here.
5条答案
按热度按时间t9aqgxwy1#
NUMBER:
smallint integer bigint decimal numeric
real double precision smallserial serial bigserial
lvmkulzt2#
DATE:
timestamp with time zone 、timestamp without time zone
date 、time with time zone 、time without time zone、interval
b1zrtrql3#
STRING:
varchar character text
yftpprvb4#
BOOLEAN:
boolean
332nm8kg5#
please assign it to me, I have tested MySQL before