]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby composite columns wouldn't load properly
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 15 Nov 2009 20:39:39 +0000 (20:39 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 15 Nov 2009 20:39:39 +0000 (20:39 +0000)
commit734dce8b60320791efc85005f6a9dde116ff8898
tree3506f0def8e639501c4aa12b399d1c70cdfccbc2
parent943ce6bf16e27dd21c0c463e52988edf58d691bb
- Fixed bug whereby composite columns wouldn't load properly
when configured on a joined-table subclass, introduced in
version 0.5.6 as a result of the fix for [ticket:1480].
[ticket:1616] thx to Scott Torborg.
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/inheritance/test_basic.py