What's the cleanest way to perform a multiple insert or update? ie, if the 
record
already exists an update operation is performed or if not an insert is 
performed.

I have seen merge being recommended for this insert or update, but I wondered 
if 
this was available as a multiple call like add_all which I could provide a list?

Is there a way to do this or should I just put the merge into a loop?

Cheers!

Paul

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