]> 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:57:37 +0000 (11:57 -0400)
commitd3eecfb7013a70127e39e73e9ddfde8a18689c7f
tree3735b98d930feda7b312c2f59dac450e21f9fd50
parentb735fec4f4f7e7eef0cd840b25860a6629db25e8
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
(cherry picked from commit 6a60d7305bafc311115543e0c2cb5136a254edf2)
doc/build/orm/tutorial.rst
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/sql/operators.py