◐ Shell
clean mode source ↗

bpo-40810: Require SQLite 3.7.15 by erlend-aasland · Pull Request #24106 · python/cpython

serhiy-storchaka

Remove code required to support SQLite pre 3.7.15.

berkerpeksag

erlend-aasland pushed a commit to erlend-aasland/cpython that referenced this pull request

Feb 24, 2021
SQLite 3.7.15 is required as by pythonGH-24106. SQLITE_OPEN_URI was added in
SQLite 3.7.7.

berkerpeksag pushed a commit that referenced this pull request

Feb 26, 2021
SQLite 3.7.15 is required as by GH-24106. SQLITE_OPEN_URI was added in
SQLite 3.7.7.

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 13, 2021

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 13, 2021
SQLite 3.7.15 is required as by pythonGH-24106. SQLITE_OPEN_URI was added in
SQLite 3.7.7.

erlend-aasland pushed a commit to erlend-aasland/cpython that referenced this pull request

Jun 5, 2021