]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
The where method of exists now accepts multiple cluase.
authorFederico Caselli <cfederico87@gmail.com>
Sat, 4 Dec 2021 22:08:05 +0000 (23:08 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Sat, 4 Dec 2021 22:08:05 +0000 (23:08 +0100)
commitb2bc0c8e4138ccef4834a415f7be9012e1c6286e
tree4eff26049e17072bc7b65c92e7d42606720da74c
parente88dc004e6bcd1418cb8eb811d0aa580c2a44b8f
The where method of exists now accepts multiple cluase.

Support multiple clause elements in the :meth:`_sql.Exists.where` method,
unifying the api with the on presented by a normal :func:`_sql.select`
construct.

Fixes: #7386
Change-Id: I5df20478008cd5167053d357cbfad8a641c62b44
doc/build/changelog/unreleased_14/7386.rst [new file with mode: 0644]
lib/sqlalchemy/sql/selectable.py
test/sql/test_compiler.py