]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
further refinement to the inheritance "descriptor" detection such that
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 Aug 2008 17:13:31 +0000 (17:13 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 Aug 2008 17:13:31 +0000 (17:13 +0000)
commitc7eeea8a959e075a78937cbc28ddb97cecc7ee30
tree61cb9196375f4bbbc3f7010eb735ca861f338732
parent5d55eac6b6281e185cb1b888c3344ec0106f51de
further refinement to the inheritance "descriptor" detection such that
local columns will still override superclass descriptors.
lib/sqlalchemy/orm/mapper.py
test/orm/inheritance/basic.py