Skip to content
Snippets Groups Projects
Unverified Commit a3d4d15f authored by Erlend Egeberg Aasland's avatar Erlend Egeberg Aasland Committed by GitHub
Browse files

gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (#95146)


This PR partially reverts gh-24421 (PR) and fixes the remaining concerns
given in gh-93044 (issue):

- keyword arguments are passed as positional arguments to factory()
- if an argument is not passed to sqlite3.connect(), its default value
  is passed to factory()

Co-authored-by: default avatarSerhiy Storchaka <storchaka@gmail.com>
parent c1e92985
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment