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.

Author erlendaasland
Recipients berker.peksag, erlendaasland, ned.deily, paul.moore, ronaldoussoren, steve.dower, tim.golden, zach.ware
Date 2021-04-28.16:24:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619627077.89.0.46624474559.issue43851@roundup.psfhosted.org>
In-reply-to
Content
Here's a list of the SQLite recommended compile-time options (only):

- macOS (v11.2.3) (SQLite v3.32.3) defines SQLITE_DEFAULT_WAL_SYNCHRONOUS=1
- Homebrew (SQLite v3.35.4) does not define any of the recommended compile-time options
- Debian Buster (SQLite v3.27.2) defines SQLITE_LIKE_DOESNT_MATCH_BLOBS
- Ubuntu 20.04 (SQLite v3.31.1) defines SQLITE_LIKE_DOESNT_MATCH_BLOBS

AFAICS, adding SQLITE_DEFAULT_MEMSTATUS=0 and SQLITE_OMIT_AUTOINIT is safe, as it only affects the C API that we use, and nothing else.
History
Date User Action Args
2021-04-28 16:24:37erlendaaslandsetrecipients: + erlendaasland, paul.moore, ronaldoussoren, tim.golden, ned.deily, berker.peksag, zach.ware, steve.dower
2021-04-28 16:24:37erlendaaslandsetmessageid: <1619627077.89.0.46624474559.issue43851@roundup.psfhosted.org>
2021-04-28 16:24:37erlendaaslandlinkissue43851 messages
2021-04-28 16:24:37erlendaaslandcreate