]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- repaired single table inheritance such that you rel_0_4_6
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 10 May 2008 17:31:07 +0000 (17:31 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 10 May 2008 17:31:07 +0000 (17:31 +0000)
commit6595a5af31ee473f4388db5917c59f0965a64279
tree9ea53a9ade1066eb369a37267b45f1a7839e57cb
parent7e06ca2464ae7f71b515832b9c84b01590d88c44
- repaired single table inheritance such that you
can single-table inherit from a joined-table inherting
mapper without issue [ticket:1036].
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/inheritance/single.py