Files
sqlalchemy/lib
Mike Bayer 902cd69528 - 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
2007-02-14 02:00:49 +00:00
..