simzyoo commented on issue #7335:
URL: 
https://github.com/apache/incubator-seata/issues/7335#issuecomment-2862345137

   > > > > 你可以将两次update放入到一个本地事务中。 
如果你不使用Seata,你可以手动将第二个XA事务join到第一个XA事务中(这取决于数据库层面是否支持),如果join成功,理论上是可以重入这个资源的。
   > > > 
   > > > 
   > > > 
明白了,还想请教下现在的sql限制还是这个范围吗?https://seata.apache.org/zh-cn/docs/user/sqlreference/sql-restrictions
   > > 
   > > 
   > > 如果使用了非支持的sql,在使用at模式的时候,目前是否会报错?会的话会在什么阶段报错?
   > 
   > 运行中使用到时会报错
   
   
   
   > XA模式就没有sql限制了,限制取决于数据库本身,理论上本地事务能支持的sql,XA都可以支持。 In XA mode, there are no 
SQL limitations; the restrictions depend on the database itself. In theory, any 
SQL supported by local transactions can also be supported by XA.
   
   
我忘记说是at了,at的sql限制还是这些对吗?https://seata.apache.org/zh-cn/docs/user/sqlreference/sql-restrictions
   有比较大的改动支持吗


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to