On Fri, Mar 6, 2009 at 4:36 PM, Michael Bayer <mike...@zzzcomputing.com>wrote:

>
> uh yeah it is.   the sync of the primary key to the foreign key happens
> after the parent object is updated.   but the child is also the parent, so
> the flush completes without ever getting to the "child".   if you set
> post_update=True then it works.
>
>
Yep,  works as expected.  Thanks again for your help,  I just was having
problems understanding exactly what was happening so I can plan for it in
the future.


Shawn

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to