Hey,

I'm applying finishing touches to my web app before rolling it out,
when this strange error occurs:

sqlalchemy.exc.InternalError
InternalError: (InternalError) current transaction is aborted,
commands ignored until end of transaction block 'SELECT count(1) AS
count_1 \nFROM personal_message \nWHERE personal_message.receiver_id =
%(receiver_id_1)s AND personal_message.read = %
(read_1)s' {'receiver_id_1': 1, 'read_1': False}

Now, this hasn't happened before, and as far as I can tell I haven't
touched the concerning code recently. Googling the error doesn't turn
up anything useful, I'm not even sure it has to do with Sqlalchemy
(I'm using version 0.5.8, with Postgres).

Any pointers in the right direction would be greatly appreciated.

- Tom

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to