]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby the "unsaved, pending instance"
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 31 Jul 2008 16:41:41 +0000 (16:41 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 31 Jul 2008 16:41:41 +0000 (16:41 +0000)
commit86126c98a26a6f07eb8cb9cc14fe71d8fca35aac
treecec68166d30488647936d9823ad96fa3fef6eb1b
parent449b33e0590fb40a34222718326b189429d622ae
- Fixed bug whereby the "unsaved, pending instance"
FlushError raised for a pending orphan would not take
superclass mappers into account when generating
the list of relations responsible for the error.
CHANGES
lib/sqlalchemy/orm/session.py
test/orm/inheritance/basic.py