vanna icon indicating copy to clipboard operation
vanna copied to clipboard

One bad query in connect_to_postgres results in future failures

Open zainhoda opened this issue 1 year ago • 1 comments

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 avatar Aug 03 '23 15:08 zainhoda

this PR should fix it, #129 !

0xcha05 avatar Oct 14 '23 06:10 0xcha05