[sqlalchemy] Re: Get list of items to be flushed in session extension

2010-05-04 Thread chris e
I'll look into the new code. It does look simpler. I tried using the MapperExtension functionality, but, the last time I tried to use it, it did not allow for orm level changes(new items added to the session, or attribute changes) to be made, as the UOW has already been calculated. My main use

Re: [sqlalchemy] Re: Get list of items to be flushed in session extension

2010-05-04 Thread Michael Bayer
On May 4, 2010, at 7:42 PM, chris e wrote: I'll look into the new code. It does look simpler. I tried using the MapperExtension functionality, but, the last time I tried to use it, it did not allow for orm level changes(new items added to the session, or attribute changes) to be made, as the