seata [task] Add AT transaction mode tests to support database data types (PostgreSQL)

jv2fixgn  于 22天前  发布在  PostgreSQL
关注(0)|答案(5)|浏览(26)

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-testhttps://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.

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

t9aqgxwy

t9aqgxwy1#

NUMBER:
smallint integer bigint decimal numeric
real double precision smallserial serial bigserial

lvmkulzt

lvmkulzt2#

DATE:
timestamp with time zone 、timestamp without time zone
date 、time with time zone 、time without time zone、interval

b1zrtrql

b1zrtrql3#

STRING:
varchar character text

332nm8kg

332nm8kg5#

please assign it to me, I have tested MySQL before

相关问题