This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Minimal version of SQLite3 - 3.26 ?
Type: Stage: resolved
Components: Versions: Python 3.10
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: berker.peksag, matrixise
Priority: normal Keywords: patch

Created on 2021-04-24 20:20 by matrixise, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 25580 closed matrixise, 2021-04-24 20:24
Messages (4)
msg391797 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2021-04-24 20:20
After reading this issue: https://bugs.python.org/msg370266, I think SQLite 3.26.0 could be the minimal version for Python 3.10.


I have checked the following distributions

CentOS 8: stable : 8.3.2011: 3.26.0
Debian 10: stable : 10 : 3.27.2
Ubuntu 20.04: stable : 20.04: 3.31.1

CentOS 7: oldstable : 7.9.2009: 3.7.17
Debian 9: oldstable : 9.13: 3.16.2
msg391803 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2021-04-24 21:19
This would make sqlite3 module unusable for many users. We have already increased the minimal required version in 3.10 and am opposed to do this change.

I also don't understand what part of msg370266 made you think that this is a reasonable change. The gist of the previous version increase was a failed test in older SQLite versions. As far as I'm aware, there is no such an issue to warrant such a step increase for minimum version requirement (from 3.7.15 to 3.26.0)
msg391806 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2021-04-24 21:37
Hi Berker,

No problem, that was just a question/suggestion, and I fully understand your remarks. 

Thanks for your feedback.

Stéphane
msg391811 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2021-04-24 22:10
Thank you for taking your time to improve the sqlite3 module!
History
Date User Action Args
2022-04-11 14:59:44adminsetgithub: 88100
2021-04-24 22:10:57berker.peksagsetmessages: + msg391811
2021-04-24 21:38:02matrixisesetstatus: open -> closed
resolution: rejected
stage: patch review -> resolved
2021-04-24 21:37:50matrixisesetmessages: + msg391806
2021-04-24 21:19:49berker.peksagsetnosy: + berker.peksag
messages: + msg391803
2021-04-24 20:24:59matrixisesetkeywords: + patch
stage: patch review
pull_requests: + pull_request24300
2021-04-24 20:20:48matrixisecreate