[Bug 1238559] Re: Exception causes next transaction to abort

2018-04-11 Thread Launchpad Bug Tracker
[Expired for psycopg2 (Ubuntu) because there has been no activity for 60 days.] ** Changed in: psycopg2 (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1238559] Re: Exception causes next transaction to abort

2018-02-09 Thread Scott Kitterman
Did you ever get this figured out? ** Changed in: psycopg2 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1238559 Title: Exception causes next transaction

[Bug 1238559] Re: Exception causes next transaction to abort

2013-10-30 Thread Kasper Dupont
It turns out this bug can also cause data corruption. If the exception causing the first transaction to abort is not database related, then the failing transaction is committed. Committing a half completed transaction on an exception is a sure way to violate data integrity. It appears the