On 1/23/06, Luke Skibinski Holt <[EMAIL PROTECTED]> wrote:
>
> Is there a way within the interpreter of recovering from these sorts of
> errors:
>
> psycopg.ProgrammingError: ERROR:  current transaction is aborted,
> commands ignored until end of transaction block

Execute these commands after the error occured:

>>> from django.core import db
>>> db.db.rollback()

Andreas

Reply via email to