-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
bpo-40810: Require SQLite 3.7.15 #24106
bpo-40810: Require SQLite 3.7.15 #24106
Conversation
3a9c473
to
f80d5bc
Compare
@berkerpeksag Would you mind reviewing this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, SQLite 3.7.15 was released 8 years ago, so I think we are safe to bump the minimal required version. But please wait for confirmation of other core developer.
Remove code required to support SQLite pre 3.7.15.
f80d5bc
to
93372c0
Compare
Thanks, @serhiy-storchaka! If you've got a suggestion for another core dev that'd be interested in reviewing this, please feel free to request their review. FYI, rebased onto master for the #24110 NEWS item fix. |
@pablogsal Would you mind reviewing this? (Ref. your review of #20909) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I'd prefer stick to 3.7.15 for a while. I feel like we are getting a bit carried away with dropping support for older SQLite versions :)
Sure, I agree :) There's not too much support code laying around now, so I think we can stay at 3.7.15 for now. Thanks. |
SQLite 3.7.15 is required as by pythonGH-24106. SQLITE_OPEN_URI was added in SQLite 3.7.7.
SQLite 3.7.15 is required as by pythonGH-24106. SQLITE_OPEN_URI was added in SQLite 3.7.7.
Remove code required to support SQLite pre 3.7.15.
https://bugs.python.org/issue40810