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

jm81lzqq  于 2个月前  发布在  PostgreSQL
关注(0)|答案(1)|浏览(47)

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.

相关问题