]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
a correction to the recent should_exclude change. should_exclude is a little mixed
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 3 Aug 2008 16:52:31 +0000 (16:52 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 3 Aug 2008 16:52:31 +0000 (16:52 +0000)
commit312647647d242d903b38cc9144c9c7b92cc2da03
tree817087511849adb5c9acca1d0eb318046a98cb51
parentd28ba32271f5394bda15383ec5277ede0737c01b
a correction to the recent should_exclude change.  should_exclude is a little mixed
up as to when it honors "column_prefix" and when it doesn't, depending on whether or not
the prop is coming from a column name or from an inherited class.  Will need more testing
to uncover potential issues here.
lib/sqlalchemy/orm/mapper.py