Hello All,

Suppose I have a table of people, a table of secrets, and a many-to-many 
association table between them. A person can exist without knowing any 
secrets, but a secret without any associated people might as well be 
deleted. My reading of the documentation is that it is not possible to set 
cascade options to obtain this behavior? (Because a cascade delete option 
would cause a secret to be deleted if any person forgets about it?) If 
correct, is there another elegant way to achieve this?

Thanks in advance!
Anders Buch

-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
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 sqlalchemy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/b5e4faee-5cd6-4b9b-936b-0d80458f55e4n%40googlegroups.com.

Reply via email to