Hi Mike, Thanks for your answer. I guess I could construct two lists and then run both operations one at a time to avoid state conflict. My only issue with this would be that the lists would be created twice, because the list would be cloned in the persistence bulk functions if I'm not mistaken (https://github.com/zzzeek/sqlalchemy/blob/master/lib/sqlalchemy/orm/persistence.py#L45). I guess I'll compare both options (the one I'm running atm which works mostly by a stroke of luck, and this one) and see what I'll do.
Anyway, thanks a lot for your input. Oh, and for SQLAlchemy, it's pretty awesome :) Cheers, Soeren -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
