[sqlalchemy] ORM question - when are changes to joined collections enacted ?

2014-02-24 Thread Jonathan Vanasco
quick question on the definitive behavior for the orm I'm have some code that reassigns objects from one owner to another. instead of objects being assigned directly to an owner, they're assigned into an intermediary Library, which is then assigned to an Owner i also keep the owner_Id on the

Re: [sqlalchemy] ORM question - when are changes to joined collections enacted ?

2014-02-24 Thread Michael Bayer
On Feb 24, 2014, at 1:20 PM, Jonathan Vanasco jonat...@findmeon.com wrote: quick question on the definitive behavior for the orm I'm have some code that reassigns objects from one owner to another. instead of objects being assigned directly to an owner, they're assigned into an

Re: [sqlalchemy] ORM question - when are changes to joined collections enacted ?

2014-02-24 Thread Jonathan Vanasco
Wonderful. Thanks a ton. Seriously. Thanks for answering all these super-simple questions. I'm doing some code-audits and last-minute prep for release. There have been a handful of simple things that just seemed to work ( this, the dogpile cache, etc ) , and I want to confirm that