]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
filter() criterion takes mapper equivalent_columns into account when it adapts to...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 31 Dec 2007 10:23:21 +0000 (10:23 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 31 Dec 2007 10:23:21 +0000 (10:23 +0000)
commit85ab0501f46b473e4283dd2df9f9b74a89ad9021
tree7db3829e02260df1cfa72f13ae583ac49fb8fb56
parent7cc356a7011125ab6cec0834f77b5f0c23992309
filter() criterion takes mapper equivalent_columns into account when it adapts to select_table.  more to come in [ticket:917] .
lib/sqlalchemy/orm/query.py
test/orm/inheritance/polymorph.py