]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
allow multiparams with scalars
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 2 Mar 2023 01:44:49 +0000 (20:44 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 2 Mar 2023 01:44:49 +0000 (20:44 -0500)
commit3ba05fa919be24447540ae9d4d9c95ab509cf929
treebfe2013470fa5d30140e8c3f10aaf467c351fa91
parent9d9e47fe9398b6bcda917f63441d2b5ad4b345c4
allow multiparams with scalars

Fixed bug where the :meth:`_engine.Connection.scalars` method was not typed
as allowing a multiple-parameters list, which is now supported using
insertmanyvalues operations.

Change-Id: I65e22c3bee80fc226d484ff1424421dd78520fa5
doc/build/changelog/unreleased_20/type_scalars.rst [new file with mode: 0644]
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/ext/asyncio/engine.py
test/ext/mypy/plain_files/typed_results.py