]> 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:56:18 +0000 (21:56 +0200)
commit7a96d2792dd7a65b8cc3a8af72d423c2c382b11d
treef9d58309e02446f94d8703836b026b2576d8e7a8
parentc3fb776b1f18e9a2a6058ddca20e03f16b513f44
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
doc/build/changelog/unreleased_20/no_tuples.rst [new file with mode: 0644]
lib/sqlalchemy/engine/_util_cy.py
test/engine/test_processors.py
test/perf/compiled_extensions/misc.py