bpo-40810: Require SQLite 3.7.15#24106
Conversation
3a9c473 to
f80d5bc
Compare
January 4, 2021 23:53
serhiy-storchaka
left a comment
There was a problem hiding this comment.
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.
Sorry, something went wrong.
Remove code required to support SQLite pre 3.7.15.
f80d5bc to
93372c0
Compare
January 5, 2021 08:45
|
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. |
Sorry, something went wrong.
|
@pablogsal Would you mind reviewing this? (Ref. your review of #20909) |
Sorry, something went wrong.
berkerpeksag
left a comment
There was a problem hiding this comment.
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 :)
Sorry, something went wrong.
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. |
Sorry, something went wrong.
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