[sqlalchemy] Re: Test data apparently not saving

2007-01-13 Thread Patrick Lewis
I reran the above with a postgres database, and it all worked as expected. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group, send email to sqlalchemy@googlegroups.com To

[sqlalchemy] Re: Test data apparently not saving

2007-01-13 Thread Michael Bayer
then its your sqlite version since it runs fine for me with sqlite. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group, send email to sqlalchemy@googlegroups.com To unsubscribe

[sqlalchemy] Re: Regression between r2168 and HEAD

2007-01-13 Thread Daniel Miller
Yeah, it seems to be a problem with the server-side cursors. It works fine when I set client_side_cursors=True. After debugging it a bit it seems to be a problem in ResultProxy/RowProxy. I'm using psycopg 2.0.5.1 and PostgreSQL 8.1.5. Sorry I haven't had time to make a full test case, I'm