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

After* functions should return error #10

Closed
wants to merge 1 commit into from

Conversation

c2h5oh
Copy link
Contributor

@c2h5oh c2h5oh commented Feb 11, 2016

Since the support for transactions was added operation can be cancelled (and possibly rolled back) by both Before* and After* functions of the store.
Cancellation/rollback/error in Before* functions is returned as error
Cancellation/rollback/error in After* functions can't be returned as they currently return nothing
This pull request fixes that.

@xiam
Copy link
Member

xiam commented Feb 23, 2016

Thanks @c2h5oh! This was closed with #13

@xiam xiam closed this Feb 23, 2016
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.

2 participants