]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
update executemany for new features
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 11 Oct 2022 19:29:15 +0000 (15:29 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 11 Oct 2022 19:29:15 +0000 (15:29 -0400)
commitd4b8b41832267918e74c114c26def5b38d15e9e2
treea081448d9b201c46a73cbde0b1ca3aded822955b
parent5443bcd38b735d2879f1b38f40f42c0073c5ae2f
update executemany for new features

also fixes issue in format_docs_code which didn't work with
pre-commit for more than one file.  will backport

Fixes: #8597
Change-Id: I21b2625514987b1cd90f7c00f06e72e57e257390
doc/build/glossary.rst
doc/build/orm/mapping_api.rst
doc/build/tutorial/dbapi_transactions.rst
tools/format_docs_code.py