[sqlalchemy] Half merge/save cascade support for M:N relationships

2012-02-29 Thread Kent
I suspect this doesn't interest you so much, and no offense taken if not, but have you ever considered supporting the idea of a half merge/save-update cascade for many to many relationships? The use case is where I want to merge/save-update to the secondary table only (collection status), but

Re: [sqlalchemy] Half merge/save cascade support for M:N relationships

2012-02-29 Thread Michael Bayer
I get what that would do for merge and might not be a big deal, what would it do for save-update? Sent from my iPhone On Feb 29, 2012, at 8:55 AM, Kent jkentbo...@gmail.com wrote: I suspect this doesn't interest you so much, and no offense taken if not, but have you ever considered

Re: [sqlalchemy] Half merge/save cascade support for M:N relationships

2012-02-29 Thread Kent Bower
I hadn't really thought the save-update through, my real interest was regarding merge. For save-update it may not make as much sense. On 2/29/2012 10:55 AM, Michael Bayer wrote: I get what that would do for merge and might not be a big deal, what would it do for save-update? Sent from my