Re: Problem with postgres transactions

2007-06-05 Thread Nis Jørgensen
Joshua D. Drake skrev: > Nis Jørgensen wrote: >> [...] anytime a >> database error occurs, all subsequent calls to the database fails with >> the error message "ProgrammingError: current transaction is aborted, >> commands ignored until end of transaction block". >> > > That is how PostgreSQL

Re: Problem with postgres transactions

2007-06-05 Thread Joshua D. Drake
Nis Jørgensen wrote: > Hello all > > I am using Django 0.96 with postgresql 8.1 and psycopg2. The error > handling does not work as I would expect it to. Specifically, anytime a > database error occurs, all subsequent calls to the database fails with > the error message "ProgrammingError: current

Problem with postgres transactions

2007-06-05 Thread Nis Jørgensen
Hello all I am using Django 0.96 with postgresql 8.1 and psycopg2. The error handling does not work as I would expect it to. Specifically, anytime a database error occurs, all subsequent calls to the database fails with the error message "ProgrammingError: current transaction is aborted, commands