]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added a warning when a relation() is added to an inheriting mapper that is present...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Dec 2007 17:26:16 +0000 (17:26 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Dec 2007 17:26:16 +0000 (17:26 +0000)
commit4f5aa12547264fb6a2e2f3af58d02ff09949d302
treee8c5d1945109c6eac7f5c98acdb60699c23c8cfa
parent8b1beee112f264799c9f6b1d1211d01c2884a0ed
- added a warning when a relation() is added to an inheriting mapper that is present on a super-mapper; multiple DependencyProcessors are not expected during the flush process
- found an uncovered line in uow, was "covered" by one particular breaking test
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/unitofwork.py
test/orm/inheritance/abc_inheritance.py