feat(list): implement optimistic locking for ShoppingList and ListItem#93
feat(list): implement optimistic locking for ShoppingList and ListItem#93juliogitdev wants to merge 11 commits intoomatheusmesmo:developfrom
Conversation
|
🤖 Hi @juliogitdev, I've received your request, and I'm working on it now! You can track my progress in the logs for more details. |
|
🤖 I'm sorry @juliogitdev, but I was unable to process your request. Please see the logs for more details. |
|
LGTM |
|
🤖 Hi @juliogitdev, I've received your request, and I'm working on it now! You can track my progress in the logs for more details. |
|
🤖 I'm sorry @juliogitdev, but I was unable to process your request. Please see the logs for more details. |
omatheusmesmo
left a comment
There was a problem hiding this comment.
Hi @juliogitdev !
Great job—thanks for your contribution! Since this project isn’t in production, feel free to simply adjust the existing migration scripts rather than creating a new one.
4ad5927 to
27ebf42
Compare
d2d1107 to
d613db3
Compare
|
Hello @juliogitdev ! A better approach would be update your remote repository and then run the following commands inside your local feature branch. |
|
Hey @juliogitdev , is there any update on this? |
Implemented Optimistic Locking for ShoppingList and ListItem entities
to prevent data loss in concurrent edit scenarios (last-write-wins problem).
Changes
@Versionannotation toShoppingListandListItementitiesV4__add_optimistic_locking.sqlObjectOptimisticLockingFailureExceptionreturning HTTP 409Closes #21