[sqlalchemy] Re: Modifying objects after session.save() but before session.flush()

2007-04-29 Thread Michael Bayer
On Apr 29, 2007, at 7:10 AM, Martin Aspeli wrote: Essentially, I'm dealing with a framework that has a storage layer abstraction which is a little broken. It asks the storage to save values one-by-one, and there is no well-defined way to know when it's done saving values. Previous attempts

[sqlalchemy] Re: Modifying objects after session.save() but before session.flush()

2007-04-29 Thread Martin Aspeli
On Apr 29, 3:48 pm, Michael Bayer [EMAIL PROTECTED] wrote: On Apr 29, 2007, at 7:10 AM, Martin Aspeli wrote: Essentially, I'm dealing with a framework that has a storage layer abstraction which is a little broken. It asks the storage to save values one-by-one, and there is no