]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add note on the use of tuple_() for the IN operator in the docs
authorStepland <16676308+Stepland@users.noreply.github.com>
Mon, 16 Sep 2019 15:40:29 +0000 (11:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Sep 2019 15:56:19 +0000 (11:56 -0400)
commit6a60d7305bafc311115543e0c2cb5136a254edf2
treed8c56281f4966644ffb7ca67c8ec01bccd1902aa
parented02d924dd0bd1bce56b40bea74e1d382c352833
Add note on the use of tuple_() for the IN operator in the docs

Closes: #4861
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/4861
Pull-request-sha: c7379d390752d0c10d6488872b163b06ee30d952

Change-Id: I223008f720fe64951e2a0bf95aab955ece22516b
doc/build/orm/tutorial.rst
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/sql/operators.py