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

[3.11] gh-95132: Correctly relay *args and **kwds from sqlite3.connect to...

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

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&gt;.>
(cherry picked from commit a3d4d15f)

Co-authored-by: default avatarErlend Egeberg Aasland <erlend.aasland@innova.no>
parent 064462a7
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