]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed Query.exists() method for the case, when query doesn't have any filters applied.
authorVladimir Magamedov <vladimir@magamedov.com>
Wed, 4 Sep 2013 08:43:40 +0000 (11:43 +0300)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Sep 2013 15:46:28 +0000 (11:46 -0400)
commit5d1bd984e603f3c1910967c2b528bf1ce3cf999c
tree226e8a6bd1911f6c0b096d4344380772b2a09a57
parentde60e3feb0ea898f1624ef320c17a9c2c03b465d
Fixed Query.exists() method for the case, when query doesn't have any filters applied.

Conflicts:
doc/build/changelog/changelog_09.rst
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/query.py
test/orm/test_query.py