apache / incubator-seata-go

Go Implementation For Seata
https://seata.apache.org/
Apache License 2.0
1.56k stars 283 forks source link

[seata-java] insert on duplicate 无法处理一些自增主键的情况 #706

Open luky116 opened 6 days ago

luky116 commented 6 days ago

refer: https://github.com/apache/incubator-seata/pull/5075

What happened:

针对主键自增且没有唯一索引值的insert on duplicate语句,由于主键自增值依赖驱动版本情况,需要再测试(https://github.com/apache/incubator-seata/issues/5065),1.6版本先进行拦截。后面的版本再考虑合入(https://github.com/seata/seata/pull/5044%EF%BC%89

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?: