]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
unit test fix, same child object was being attached to two parents in a one-to-many...
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Mar 2007 22:57:00 +0000 (22:57 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Mar 2007 22:57:00 +0000 (22:57 +0000)
commite064aaff1414865d27efe9e399f9e6b5037284c3
tree93a660a4136a0e8d9b42014e6be958d50e8a406a
parent2c49d8d3a462b0d2423c589b63de4d5739b85569
unit test fix, same child object was being attached to two parents in a one-to-many which produced inconsistent results
test/orm/inheritance5.py