]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
test Function(?:Element)._bind_param() with in_()
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Feb 2021 22:51:15 +0000 (17:51 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Feb 2021 22:53:29 +0000 (17:53 -0500)
commit05f34fc29c9ce6ad1603d1538405f18f08c42df2
treed7749b5b43b3d3fd641a45c03c87b2f802147a00
parent89dc4562adb38367ee5fabbcc04ee44968af4906
test Function(?:Element)._bind_param() with in_()

Fixed 1.4 regression where the :meth:`_functions.Function.in_` method was
not covered by tests and failed to function properly in all cases.

Fixes: #5934
Change-Id: I93423a296e391aabd5594cb670d36b91ced0231d
doc/build/changelog/unreleased_14/5934.rst [new file with mode: 0644]
lib/sqlalchemy/sql/functions.py
test/sql/test_functions.py