vanna
vanna copied to clipboard
One bad query in connect_to_postgres results in future failures
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.
this PR should fix it, #129 !