you can either:

session.flush([someobject])

which still is going to deal with relationships, so that might not
work, or

or just use an INSERT or UPDATE statement directly.

also try experimenting with the post_update flag on relation(), which
is often helpful with inter-row dependencies.


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
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