failing - Search results
Mailing lists >> psycopg >> Thread
2024-09-08 00:09:28 | Re: psycopg2: proper positioning of .commit() within try: except: blocks (Adrian Klaver)
fail? The code sample you show in your original post is doing something very different
Mailing lists >> psycopg >> Thread
2024-09-07 23:45:24 | Re: psycopg2: proper positioning of .commit() within try: except: blocks (Karsten Hilbert)
failed in RW connection') gmConnectionPool.log_pg_exception_details(pg_exc) for notice in notices
Mailing lists >> psycopg >> Thread
2024-09-07 22:44:36 | Re: psycopg2: proper positioning of .commit() within try: except: blocks (Karsten Hilbert)
failed within a given transaction a COMMIT will fail-but-rollback, too (explicit ROLLBACK would
Mailing lists >> psycopg >> Thread
2024-09-07 18:48:01 | psycopg2: proper positioning of .commit() within try: except: blocks (Karsten Hilbert)
fails to do what it tries to do^1): conn = psycopg2.connection(...) curs = conn.cursor