Re: autocommit and Django - Mailing list psycopg

From Daniele Varrazzo
Subject Re: autocommit and Django
Date
Msg-id BANLkTi=6tOcCy812_GKsXM8Bx_FD=UUoOA@mail.gmail.com
Whole thread Raw
In response to Re: autocommit and Django  (Federico Di Gregorio <federico.digregorio@dndg.it>)
List psycopg
On Tue, Jun 14, 2011 at 11:02 AM, Federico Di Gregorio
<federico.digregorio@dndg.it> wrote:

> If we don't want to wait for the #@§%£$! person that wrote the Django
> code to fix it we can just make .autocommit a real attribute and set the
> session autocommit mode when it is assigned True/False.

This wouldn't work as if the exception is raised it means that they
have already started a transaction, probably by setting time_zone to
chicago or something like that. The "create database" they mean to run
outside the transaction is then doomed to fail.

-- Daniele

psycopg by date:

Previous
From: Karsten Hilbert
Date:
Subject: Re: autocommit and Django
Next
From: "W. Matthew Wilson"
Date:
Subject: Can I map "raise XXX" to some custom python exceptions?