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] Succesfull return from commit does not guaranty, that transaction was actually committed. #2

Closed
define-null opened this issue Jul 8, 2017 · 1 comment

Comments

@define-null
Copy link

define-null commented Jul 8, 2017

Due to the specific of how epgsql work, which is described here epgsql/epgsql#112 successful exit from the transaction does not guaranty that is was actually committed. So consider calling epgsql:get_cmd_status(C) after calling commit.

@egobrain
Copy link
Owner

Fixed. Thanks.

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

No branches or pull requests

2 participants