Suppose I have a related collection that is *not* single_parent and
*not* cascade delete or delete_orphan.  (The reasons are poor
relational schema design, which I can't control.)

I would like to programatically delete records occasionally, but
session.delete(instance) throws "AssertionError: Dependency rule tried
to blank-out primary key column".

Because this is not single_parent, I do not want delete_orphan True.

How can I accomplish deleting this instance?

Thanks very much!
Kent

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