Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
luky116 opened this issue Nov 23, 2024 · 1 comment
Open

Comments

@luky116
Copy link
Contributor

luky116 commented Nov 23, 2024

refer: apache/incubator-seata#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?:

@luky116 luky116 changed the title [seata-java] [seata-java] insert on duplicate 无法处理一些自增主键的情况 Nov 23, 2024
@Code-Fight
Copy link
Contributor

#645 重复 新版本未复现

@luky116 luky116 closed this as completed Dec 21, 2024
@luky116 luky116 reopened this Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants