]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
remove support for list of tuples in the normal execute
authorFederico Caselli <cfederico87@gmail.com>
Thu, 5 Jun 2025 18:09:32 +0000 (20:09 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 26 Jun 2025 19:57:42 +0000 (21:57 +0200)
commitd079ab21e496d654c76da16348c72eef3d258393
treeedb4bd968fa6ee9ffc3857e6f7a3c9accd1b9824
parent3d448c078ec04bc76fe5096bef3dad8294ab79f1
remove support for list of tuples in the normal execute

The function that validates the arguments in the normal execute flow
allowed by mistake list of tuples, that are not supported by the
code since the 2.0 series.

Change-Id: Ia401b0e19e72ed33b7d3d5718578cbed0d214c2a
(cherry picked from commit 7a96d2792dd7a65b8cc3a8af72d423c2c382b11d)
doc/build/changelog/unreleased_20/no_tuples.rst [new file with mode: 0644]
lib/sqlalchemy/cyextension/util.pyx
lib/sqlalchemy/engine/_py_util.py
test/engine/test_processors.py
test/perf/compiled_extensions.py