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

5kgi1eie  于 2个月前  发布在  Mysql
关注(0)|答案(7)|浏览(42)

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 (MySQL)
增加 AT事务模式中对数据库数据类型的测试,当前任务针对MySQL

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.

vatpfxk5

vatpfxk51#

let me try,please assign it to me

qvtsj1bj

qvtsj1bj2#

Task one :
Numeric types

TINYINT、SMALLINT、MEDIUMINT、INT、BIGINT、FLOAT、DOUBLE、DECIMAL(M,D)、NUMERIC(M,D)

7fyelxc5

7fyelxc53#

Task one : Numeric types

TINYINT、SMALLINT、MEDIUMINT、INT、BIGINT、FLOAT、DOUBLE、DECIMAL(M,D)、NUMERIC(M,D)

@imherewait Is it ok to assign this task to you?

uplii1fm

uplii1fm4#

Task two :
date types
DATE、TIME、YEAR、DATETIME、TIMESTAMP

sczxawaw

sczxawaw5#

Task three:
String types
CHAR、VARCHAR、TINYBLOB、TINYTEXT、BLOB、TEXT、MEDIUMBLOB、MEDIUMTEXT、LONGBLOB、LONGTEXT

rfbsl7qr

rfbsl7qr6#

Task four:
Other types
BIT、REAL、BINARY、VARBINARY、ENUM、SET

szqfcxe2

szqfcxe27#

Task five:
Point types
POINT、LineString、Polygon、Geometry、MultiPoint、MultiLineString、MultiPolygon、GeoMetryCollection

相关问题