I didn't get why issuing selects for the children objects when
passive_deletes=False. Wouldn't be better just issue direct deletes, and
maybe using subselects in the where clause of these deletes (for nested
associations) when approriate? It would solve the overhead problem of the
selecting large collections, and it would mimic the ON DELETE CASCADE that
is expected to exist when using passive_delete=True for databases that don't
support this feature.

Thanks in advance for the explanation,

Israel

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