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-90016: Deprecate default sqlite3 adapters and converters #94276
gh-90016: Deprecate default sqlite3 adapters and converters #94276
Conversation
|
cc. @iafisher: would you mind reviewing this? |
Thanks @erlend-aasland , and sorry for the delay! Just a handful of textual and reST/Sphinx fixes/suggestions.
Misc/NEWS.d/next/Library/2022-06-25-23-44-44.gh-issue-90016.EB409s.rst
Outdated
Show resolved
Hide resolved
|
Reviews addressed in d3dd3b4 |
Misc/NEWS.d/next/Library/2022-06-25-23-44-44.gh-issue-90016.EB409s.rst
Outdated
Show resolved
Hide resolved
…409s.rst Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
|
@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? |
Yes, it works for us |
|
I'll resolve the conflicts and land this PR later tonight. |


Closes gh-90016