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

Could not rollback when insert the table with multiple key #6076

Closed
l81893521 opened this issue Nov 23, 2023 · 0 comments · Fixed by #6077
Closed

Could not rollback when insert the table with multiple key #6076

l81893521 opened this issue Nov 23, 2023 · 0 comments · Fixed by #6077
Assignees
Labels
type: bug Category issues or prs related to bug.

Comments

@l81893521
Copy link
Contributor

l81893521 commented Nov 23, 2023

Ⅰ. Issue Description

the primary key is id and user_id
insert into account_tbl_multi_pk(user_id, money, sex, information, create_time) values (?, ?, ?, ?, ?)
image

Ⅱ. Describe what happened

If there is an exception, please attach the exception trace:

Just paste your stack trace here!

Ⅲ. Describe what you expected to happen

Ⅳ. How to reproduce it (as minimally and precisely as possible)

  1. xxx
  2. xxx
  3. xxx

Minimal yet complete reproducer code (or URL to code):

Ⅴ. Anything else we need to know?

Ⅵ. Environment:

  • JDK version(e.g. java -version):
  • Seata client/server version:
  • Database version:
  • OS(e.g. uname -a):
  • Others:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Category issues or prs related to bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants