]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in polymorphic inheritance where incorrect
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Jan 2008 02:21:23 +0000 (02:21 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Jan 2008 02:21:23 +0000 (02:21 +0000)
commit88f42cf1f4baa9818dfb014ac4e162ce345a4459
tree00429df0c441c968e0a109ccf784dde0cd08de2c
parent63d2ce51911058af655c5eee28aa949f829073ef
- Fixed bug in polymorphic inheritance where incorrect
exception is raised when base polymorphic_on
column does not correspond to any columns within
the local selectable of an inheriting mapper more
than one level deep
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/inheritance/polymorph2.py