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

Bug#202 concurrent attribute modification #203

Merged
merged 7 commits into from
Sep 22, 2023

Conversation

ledsoft
Copy link
Contributor

@ledsoft ledsoft commented Sep 19, 2023

Fixes #202.

…ts update to prevent transaction concurrency issues.

Originally, all property values were selected and then these statements were removed on commit. However, if these changed in the meantime (e.g., when another transaction committed), it lead to stale data being in the repository.
…s update to prevent transaction concurrency issues.

Originally, all property values were selected and then these statements were removed on commit. However, if these changed in the meantime (e.g., when another transaction committed), it lead to stale data being in the repository.
@ledsoft ledsoft linked an issue Sep 19, 2023 that may be closed by this pull request
@ledsoft ledsoft merged commit 705e325 into development Sep 22, 2023
@ledsoft ledsoft deleted the bug#202-concurrent-attribute-modification branch September 22, 2023 11:21
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

Successfully merging this pull request may close these issues.

Concurrent changes to attribute leave data in inconsistent state
1 participant