Uh oh!
There was an error while loading. Please reload this page.
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? |
miss-islington
commented
May 21, 2022
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
miss-islington
commented
May 21, 2022
Sorry @serhiy-storchaka, I had trouble checking out the |
felixxm
commented
May 21, 2022
Will check. |
miss-islington
commented
May 21, 2022
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
miss-islington
commented
May 21, 2022
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
bedevere-bot
commented
May 21, 2022
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 <storchaka@gmail.com>
felixxm
commented
May 21, 2022
Django checked ✔️ no issues. |
erlend-aasland
commented
May 21, 2022
Thanks! Highly appreciated 🙏🏻 |
Just pass it to the factory as is.