]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby a load/refresh of joined table
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Jul 2009 21:26:28 +0000 (21:26 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Jul 2009 21:26:28 +0000 (21:26 +0000)
commitc1a36dfe4142cf630d0d3f4056fae43902cbcf6b
tree5e1964deb84837167a90be50d816d6d82563397f
parenta510e9f23abe0df6eaa781094b191eb3178b2c7d
- Fixed bug whereby a load/refresh of joined table
inheritance attributes which were based on
column_property() or similar would fail to evaluate.
[ticket:1480]
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/sql/util.py
test/orm/inheritance/test_basic.py