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

Rebase may misbehave on concurrent updates of the same row #146

Closed
wonder-sk opened this issue Sep 15, 2021 · 0 comments · Fixed by #147
Closed

Rebase may misbehave on concurrent updates of the same row #146

wonder-sk opened this issue Sep 15, 2021 · 0 comments · Fixed by #147
Labels
bug Something isn't working

Comments

@wonder-sk
Copy link
Contributor

If there is a situation that users A and B are starting from a common base database and then:

  • user A modifies column X of feature 123
  • user B modifies column Y of feature 123

Then if user B does rebase of their changes on top of user A's changes, geodiff would:

  • create a conflict file which is not even correct (it would only contain the "old" value for a conflict, but not the "base" and "new" values)
  • create a malformed rebased diff - containing "old" value for a column, but not containing "new" value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant