Feature or enhancement
Proposal:
The latest SQLite version, 3.53.0, has a number of performance enhancements and a fix for "the WAL-reset bug": https://www.sqlite.org/changes.html
It would be neat to update it so Python users can take advantage of these improvements. Notably, I made a Django ticket for one of the ALTER TABLE enhancements, but that won't be useful until Python ships the new SQLite.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
I found the last update was done in #137134 to pull in some security fixes.
Linked PRs
Feature or enhancement
Proposal:
The latest SQLite version, 3.53.0, has a number of performance enhancements and a fix for "the WAL-reset bug": https://www.sqlite.org/changes.html
It would be neat to update it so Python users can take advantage of these improvements. Notably, I made a Django ticket for one of the
ALTER TABLEenhancements, but that won't be useful until Python ships the new SQLite.Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
I found the last update was done in #137134 to pull in some security fixes.
Linked PRs