[sqlalchemy] Re: Row order is not updated - session persistance problem?

2008-07-16 Thread az
see about session.expire() / session.refresh(), maybe that's what u need? On Wednesday 16 July 2008 16:43:06 joelanman wrote: Hi, I'm a PHP/SQL coder, recently moved to Python and SQLAlchemy - really enjoying it so far. However, I'm having a problem as follows: I have tables for Pages

[sqlalchemy] Re: Row order is not updated - session persistance problem?

2008-07-16 Thread Michael Bayer
On Jul 16, 2008, at 9:43 AM, joelanman wrote: Hi, I'm a PHP/SQL coder, recently moved to Python and SQLAlchemy - really enjoying it so far. However, I'm having a problem as follows: I have tables for Pages and Sections (Pages have many Sections) I have working mappers for both, and

[sqlalchemy] Re: Row order is not updated - session persistance problem?

2008-07-16 Thread joelanman
Thanks for the responses - If I create a new session for each controller and run session.close() at the end, it seem to work properly. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this