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

Model() is not replacing the old value within a transaction #740

Open
alkuma opened this issue Jun 3, 2024 · 2 comments
Open

Model() is not replacing the old value within a transaction #740

alkuma opened this issue Jun 3, 2024 · 2 comments
Assignees

Comments

@alkuma
Copy link

alkuma commented Jun 3, 2024

GORM Playground Link

#739

Description

Attempt to insert into two different tables within a transaction one by one.

Expected : Successful commit should lead to a record each in both the tables.

Actual : the transaction errors with the error described in the PR description

@alkuma
Copy link
Author

alkuma commented Jun 4, 2024

The tests for this #739 are impacted by the same issue that's reported in #730

@xuyang2
Copy link

xuyang2 commented Jul 10, 2024

#739 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants