seata SQL statement extension support in AT mode

2hh7jdfx  于 2个月前  发布在  其他
关注(0)|答案(9)|浏览(32)

Why you need it?

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

Currently, the AT transaction mode supports a limited number of SQL statements. For details, see: https://seata.io/zh-cn/docs/user/sqlreference/sql-restrictions.html . SQL statement support needs to be further extended to meet application requirements.

目前,AT事务模式支持有限的SQL语句,具体参考: https://seata.io/zh-cn/docs/user/sqlreference/sql-restrictions.html 。需要进一步扩展SQL的语句支持来满足应用的需求。

Tasks are divided by SQL statement dimensions
任务将以SQL维度划分。

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.

14ifxucb

14ifxucb1#

INSERT ALL INTO TABLE_NAME (...)VALUES(...)
apache/incubator-seata-website#414 (comment)

piwo6bdm

piwo6bdm2#

INSERT IGNORE INTO TABLE_NAME (...)VALUES(...)

pvcm50d1

pvcm50d13#

INSERT IGNORE INTO TABLE_NAME (...)VALUES(...)

ref #3845

68de4m5k

68de4m5k5#

mysql: replace into

please assgin to me

webghufk

webghufk6#

INSERT ALL INTO TABLE_NAME (...)VALUES(...) seata/seata.github.io#414 (comment)

please assign it to me

v64noz0r

v64noz0r7#

mysql: insert into select #3965

yh2wf1be

yh2wf1be8#

update join语句支持 #4118

kxxlusnw

kxxlusnw9#

mysql: insert into select #3965

i can do it

相关问题