]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed regression from 0.8.3 as a result of :ticket:`2818`
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Mar 2014 23:55:00 +0000 (19:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Mar 2014 23:55:27 +0000 (19:55 -0400)
commitd8aa3d91d7ead47dc4b38ab34a40ea81d59dbe9b
tree86241df71c989970c1e9041242f96ce23dbfebac
parent0dddcf924eada6cb090da0f11ddb53b8a9487bab
- Fixed regression from 0.8.3 as a result of :ticket:`2818`
where :meth:`.Query.exists` wouldn't work on a query that only
had a :meth:`.Query.select_from` entry but no other entities.
re: #2818 fixes #2995
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/query.py
test/orm/test_query.py