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, ned.deily, ronaldoussoren, vstinner
Date 2020-09-05.20:11:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599336694.99.0.28984588426.issue30646@roundup.psfhosted.org>
In-reply-to
Content
From the SQLite docs https://sqlite.org/c3ref/enable_shared_cache.html:

"Note: This method is disabled on MacOS X 10.7 and iOS version 5.0 and will always return SQLITE_MISUSE. On those systems, shared cache mode should be enabled per-database connection via sqlite3_open_v2() with SQLITE_OPEN_SHAREDCACHE."

We should make sure sqlite3_open_v2() calls use SQLITE_OPEN_SHAREDCACHE if we are running on macOS. This should be a pretty straight-forward fix.
History
Date User Action Args
2020-09-05 20:11:35erlendaaslandsetrecipients: + erlendaasland, ronaldoussoren, vstinner, ned.deily
2020-09-05 20:11:34erlendaaslandsetmessageid: <1599336694.99.0.28984588426.issue30646@roundup.psfhosted.org>
2020-09-05 20:11:34erlendaaslandlinkissue30646 messages
2020-09-05 20:11:34erlendaaslandcreate