Re: [sqlalchemy] Issue with type signature of DBAPI Connection

2023-11-07 Thread Mike Bayer
there does seem to be an extra Sequence on the outside that should be removed, please open an issue. On Tue, Nov 7, 2023, at 9:46 PM, William Hakim wrote: > I was recently using the DBAPI Cursor, and it seems to me that the type > signature of the `executemany()` function is incorrect: > >

[sqlalchemy] Issue with type signature of DBAPI Connection

2023-11-07 Thread William Hakim
I was recently using the DBAPI Cursor, and it seems to me that the type signature of the `executemany()` function is incorrect: https://github.com/sqlalchemy/sqlalchemy/blob/main/lib/sqlalchemy/engine/interfaces.py#L194 The given type signature for the second argument to `executemany()` is `