[New-bugs-announce] [issue40744] Explicitly drop support for SQLite version < 3.7.3

Erlend Egeberg Aasland report at bugs.python.org
Sat May 23 12:40:54 EDT 2020


New submission from Erlend Egeberg Aasland <erlend.aasland at innova.no>:

Currently, we use sqlite3_create_function_v2() without wrapping it in any #ifdefs, so in practise the sqlite3 module will not build against sqlite3 pre 3.7.3. Despite this, we still wrap parts of the code in #ifdefs for versions 3.6.x and older.

Added patch drops support for sqlite3 pre 3.7.3.

----------
components: Library (Lib)
files: 0001-Drop-support-for-sqlite3-3.7.3.patch
keywords: patch
messages: 369729
nosy: erlendaasland
priority: normal
severity: normal
status: open
title: Explicitly drop support for SQLite version < 3.7.3
versions: Python 3.10, Python 3.8, Python 3.9
Added file: https://bugs.python.org/file49187/0001-Drop-support-for-sqlite3-3.7.3.patch

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40744>
_______________________________________


More information about the New-bugs-announce mailing list