Hi folks,

I'm having a problem, illustrated here:
http://paste.turbogears.org/paste/756

This is with Python 2.4 and SA 0.3.3.

What happens is that when I have two parent objects (Jobs in my case)
and one child object (a Page) - and move the child between parents,
the session.flush() does not update the foreign key of the child.

One contributing factor might be that the foreign key is also a part
of the child's primary key - but I'm not sure.

Any ideas? Should I submit this as a bug?

Arnar

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to