Re: [Ticket Rejected] Random ProgrammingErrors when using PostgreSQL

2006-11-04 Thread Jeremy Dunck
On 11/4/06, orestis <[EMAIL PROTECTED]> wrote: ... > cursor.execute("SET TIME ZONE %s", [settings.TIME_ZONE]) > ProgrammingError: ERROR: current transaction is aborted, commands > ignored until end of transaction block > > SET TIME ZONE 'Europe/Athens' > }}} ... This error is reported by pos

[Ticket Rejected] Random ProgrammingErrors when using PostgreSQL

2006-11-04 Thread orestis
I got this ticket rejected from Akismet: This is not related to #852, as the errors are thrown when running the application normally, not the shell. The errors I get are: {{{ File "/usr/lib/python2.4/site-packages/django/db/models/base.py", line 166, in save cursor = connection.cursor()