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

One bad query in connect_to_postgres results in future failures #80

Closed
zainhoda opened this issue Aug 3, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@zainhoda
Copy link
Contributor

zainhoda commented Aug 3, 2023

If one query has an error, the subsequent queries to postgres will fail. We either need to open a new connection for each query or we need to do a rollback on error.

@zainhoda zainhoda added the bug Something isn't working label Aug 3, 2023
@0xcha05
Copy link
Contributor

0xcha05 commented Oct 14, 2023

this PR should fix it, #129 !

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

No branches or pull requests

2 participants