]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed relationship deletion error where parent/child with a single column as PK/FK
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Feb 2007 02:00:49 +0000 (02:00 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Feb 2007 02:00:49 +0000 (02:00 +0000)
commit902cd6952827d9dc6f5f3bfe2344dad85bd64a05
tree66f6b056b99c8eeda5fe131b656749f65b58178c
parente7aaeb28527d27814cb192e1ddc4af228a43d816
- fixed relationship deletion error where parent/child with a single column as PK/FK
on the child would raise a "blank out the primary key" error, if manually deleted
or "delete" cascade without "delete-orphan" was used
CHANGES
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/sync.py
test/orm/relationships.py