I've searched for an answer to this but can't find one but I did find
an old archived e-mail discussing this which refers to ticket #249.

I have two tables in a many-many relationship. I do not want deletes
to cascade between these two tables but I do want any delete to
cascade to the secondary table in order to prevent the secondary table
having rows that point to nowhere.

A recent check on my (sqlite) database shows that SQLAlchemy does not
do this automatically but the discussion I found seems to indicate
that this should happen. Is it possible that this is a regression? Or
maybe I used be doing something that I'm not?

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