]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Update type annotation for DBAPI Cursor's executemany()
authorWilliam Henry Hakim <williamhakim10@gmail.com>
Thu, 16 Nov 2023 14:11:26 +0000 (09:11 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 Nov 2023 14:25:36 +0000 (09:25 -0500)
commitfc80cee2d581699c0a8795f40d9f1bc3d1c03e77
treeff8771712dd01483d19b7fe2c3216f3d56aecff4
parentd4ccb276e81bb353f8bdaa8ab03d72183c5f1e7c
Update type annotation for DBAPI Cursor's executemany()

### Description
As per https://groups.google.com/g/sqlalchemy/c/DkyffAgDmwM, fixes an issue with the DBAPI cursor's executemany() type signature.

### Checklist

This pull request is:

- [x] A documentation / typographical / small typing error fix
- Good to go, no issue or tests are needed
- [ ] A short code fix
- please include the issue number, and create an issue if none exists, which
  must include a complete example of the issue.  one line code fixes without an
  issue and demonstration will not be accepted.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.   one line code fixes without tests will not be accepted.
- [ ] A new feature implementation
- please include the issue number, and create an issue if none exists, which must
  include a complete example of how the feature would look.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.

**Have a nice day!**

Closes: #10644
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/10644
Pull-request-sha: 0a1fe849b54e35cd5e417da79556dc94be3a0abc

Change-Id: I3af344f052a2f306876a528c528b1bf9cc0bdaa6
(cherry picked from commit 55bf2bf971cda82c2e3f58e9c211c74c3a6394a8)
lib/sqlalchemy/engine/interfaces.py