Hi,
I have described my tables declaratively with foreign key being used at many
places. I did set onupdate and ondelete as Cascade but it is not working
properly. It does not delete the values in the foreign key column when i
delete that entry in primary key column.
Even the restrict is also not working.

There are some posts regarding this on web with some solutions using
relationship. I am new to sqlalchemy and i found those solutions not clear
enough.
Please suggest clearly a way to sort this out

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