-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-93044: No longer convert the database argument of sqlite3.connect() to bytes #93046
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-93044: No longer convert the database argument of sqlite3.connect() to bytes #93046
Conversation
…nnect() to bytes Just pass it to the factory as is.
I wonder if we should run this through the Django test suite as well; they've got a ton of sqlite3 tests there. @felixxm, what do you think? |
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry @serhiy-storchaka, I had trouble checking out the |
Will check. |
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
GH-93048 is a backport of this pull request to the 3.11 branch. |
…ite3.connect() to bytes (pythonGH-93046) Just pass it to the factory as is.. (cherry picked from commit 14c0d33) Co-authored-by: Serhiy Storchaka <[email protected]>
Django checked ✔️ no issues. |
Thanks! Highly appreciated 🙏🏻 |
…onnect() to bytes (GH-93046) (GH-93048) Just pass it to the factory as is. (cherry picked from commit 14c0d33) Co-authored-by: Serhiy Storchaka <[email protected]>
Just pass it to the factory as is.