Skip to content

gh-90016: Deprecate default sqlite3 adapters and converters - #94276

Merged
erlend-aasland merged 9 commits into
python:mainfrom
erlend-aasland:sqlite-deprecate-adapters
Jul 20, 2022
Merged

gh-90016: Deprecate default sqlite3 adapters and converters#94276
erlend-aasland merged 9 commits into
python:mainfrom
erlend-aasland:sqlite-deprecate-adapters

Conversation

@erlend-aasland

@erlend-aaslanderlend-aasland commented Jun 25, 2022

Copy link
Copy Markdown
Contributor

Closesgh-90016

@erlend-aasland

Copy link
Copy Markdown
ContributorAuthor

cc. @iafisher: would you mind reviewing this?

Comment threadDoc/library/sqlite3.rst Outdated
Comment threadDoc/library/sqlite3.rst Outdated
Comment threadLib/sqlite3/dbapi2.py
Comment threadDoc/library/sqlite3.rst Outdated
Erlend Egeberg Aaslandand others added 2 commits June 27, 2022 18:00

@CAM-GerlachCAM-Gerlach left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @erlend-aasland , and sorry for the delay! Just a handful of textual and reST/Sphinx fixes/suggestions.

Comment threadDoc/library/sqlite3.rst
Comment threadDoc/whatsnew/3.12.rst Outdated
Comment threadMisc/NEWS.d/next/Library/2022-06-25-23-44-44.gh-issue-90016.EB409s.rst Outdated
Comment threadLib/sqlite3/dbapi2.py Outdated
Comment threadDoc/library/sqlite3.rst
Comment threadDoc/library/sqlite3.rst Outdated
Comment threadDoc/library/sqlite3.rst Outdated
Comment threadDoc/library/sqlite3.rst Outdated
Comment threadDoc/library/sqlite3.rst
Comment threadDoc/library/sqlite3.rst Outdated

@AlexWaygoodAlexWaygood left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, +1 to most of Cam's thoughts

@erlend-aasland

Copy link
Copy Markdown
ContributorAuthor

Reviews addressed in d3dd3b4

@CAM-GerlachCAM-Gerlach left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @erlend-aasland ! Just two minor fixes, both my mistake.

Comment threadMisc/NEWS.d/next/Library/2022-06-25-23-44-44.gh-issue-90016.EB409s.rst Outdated
Comment threadDoc/whatsnew/3.12.rst Outdated
Erlend Egeberg Aaslandand others added 2 commits July 2, 2022 08:34
…409s.rst
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
@erlend-aasland

Copy link
Copy Markdown
ContributorAuthor

@felixxm, I guess this change is ok with Django; AFAIK, you use your own adapters/converters?

@serhiy-storchaka and @malemburg, would you two mind reviewing this?

@felixxm

Copy link
Copy Markdown
Contributor

@felixxm, I guess this change is ok with Django; AFAIK, you use your own adapters/converters?

Yes, it works for us 👍 Thanks for letting me know 🎁 . I prepared PR with missing adapters/converters for Django, see django/django#15815.

@felixxmfelixxm left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@erlend-aasland Thanks 👍

Comment threadLib/sqlite3/dbapi2.py Outdated
@erlend-aasland

Copy link
Copy Markdown
ContributorAuthor

I'll resolve the conflicts and land this PR later tonight.

@erlend-aasland
erlend-aasland merged commit 6dadf6c into python:mainJul 20, 2022
@erlend-aasland
erlend-aasland deleted the sqlite-deprecate-adapters branch July 20, 2022 19:38
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecate default converters in sqlite3

6 participants

@erlend-aasland@felixxm@iafisher@CAM-Gerlach@AlexWaygood@bedevere-bot