]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed regression from 0.7.4 whereby
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Jan 2012 15:45:23 +0000 (10:45 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Jan 2012 15:45:23 +0000 (10:45 -0500)
commit378e86124b598f2773cf124beab853ad63b71ee9
tree786c0e08abb28aaf18c476be5ad46cb18e0027ca
parent5221f492ca704d75561d7729fba0fa48fd3ad0fb
- [bug] Fixed regression from 0.7.4 whereby
using an already instrumented column from a
superclass as "polymorphic_on" failed to resolve
the underlying Column.  [ticket:2345]
CHANGES
lib/sqlalchemy/orm/mapper.py
test/ext/test_declarative.py