Suppose I have a collection of new objects in a one to many relationship list. (A plain python list is instrumented for the collection)
Am I guaranteed that the objects' MapperExtension's before_insert() method will be invoked in the same order as the items in the collection? Thanks, Kent -- 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.
