flush() works exactly as before.

the difference that Mike is pointing out is that 0.3 allowed
already-persisted objects to be re-added, which was a bug that is now fixed.
Using save_or_update() instead of save() will help you avoid triggering the
error when the object you're trying to .save() is already added.

--~--~---------~--~----~------------~-------~--~----~
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