]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- query.get() and query.load() do not take existing filter or other
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Dec 2007 19:15:04 +0000 (19:15 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Dec 2007 19:15:04 +0000 (19:15 +0000)
commit4580e77da28ee9bf98c109e8f7a81cb569112dcc
tree14f1bcaccc3ed90452ab6d77ed38697227d71bd2
parent594784a20639198690f59ded0bebb3529dbadb2e
- query.get() and query.load() do not take existing filter or other
criterion into account; these methods *always* look up the given id
in the database or return the current instance from the identity map,
disregarding any existing filter, join, group_by or other criterion
which has been configured. [ticket:893]
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/query.py