On Tue, Jun 14, 2011 at 11:02 AM, Federico Di Gregorio
<federico(dot)digregorio(at)dndg(dot)it> wrote:
> If we don't want to wait for the #(at)§%£$! 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
In response to
psycopg by date
| Next: | From: W. Matthew Wilson | Date: 2011-06-19 15:21:09 |
| Subject: Can I map "raise XXX" to some custom python exceptions? |
| Previous: | From: Karsten Hilbert | Date: 2011-06-14 10:15:39 |
| Subject: Re: autocommit and Django |