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 erlendaasland, jett8998, ned.deily, ronaldoussoren
Date 2021-08-26.07:04:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629961484.08.0.763728227296.issue44997@roundup.psfhosted.org>
In-reply-to
Content
> FTR, this is only a problem if you link with the Apple-supplied system libsqlite3 [...]

Sure, but that should be relatively trivial to detect. AFAIK, the SQLite command line shell seems to be located at the same path every release, so I would guess that also applies for the library.

Alternatively, we could dump the compile options and grep for SQLITE_OMIT_LOAD_EXTENSION, but that implies locating the SQLite command line shell that corresponds to the library that we're using. Probably trickier, but would definitely be useful if/when we add support for the SQLite serialize API, RTree callbacks, etc.
History
Date User Action Args
2021-08-26 07:04:44erlendaaslandsetrecipients: + erlendaasland, ronaldoussoren, ned.deily, jett8998
2021-08-26 07:04:44erlendaaslandsetmessageid: <1629961484.08.0.763728227296.issue44997@roundup.psfhosted.org>
2021-08-26 07:04:44erlendaaslandlinkissue44997 messages
2021-08-26 07:04:43erlendaaslandcreate