-
-
Notifications
You must be signed in to change notification settings - Fork 95
[FIX] endpoint_route_handler: Rollback dedicated routing cursor #77
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
[FIX] endpoint_route_handler: Rollback dedicated routing cursor #77
Conversation
|
Hi @simahawk, |
simahawk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG, good catch :)
19023b5 to
0190a5c
Compare
|
This PR has the |
lmignon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the fix @paradoxxxzero LGTM
|
/ocabot merge patch |
|
Hey, thanks for contributing! Proceeding to merge this for you. |
|
Congratulations, your PR was merged at 137426b. Thanks a lot for contributing to OCA. ❤️ |
Unless I am missing something, we should not commit this transaction (
registry.cursor()commits at__exit__).This fix the failing tests in rest-framework: OCA/rest-framework#470