]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
PropertyLoader will not re-determine direction when initialized a second time, as...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Mar 2006 00:12:59 +0000 (00:12 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Mar 2006 00:12:59 +0000 (00:12 +0000)
commit5de90720b87b513e1c3ab442ac8befb4bfc41e32
tree8cfa76dd03e1765cf8cc798fcc4dae35ae12db33
parent73ffd12a5a5b70bdea67008fb4e30f60cf026c02
PropertyLoader will not re-determine direction when initialized a second time, as it is re-initialized as a copy made for an inheriting mapper, and no longer can get to the correct inheriting table.
lib/sqlalchemy/mapping/properties.py
test/inheritance.py