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, vajrasky
Date 2020-09-05.20:44:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599338647.89.0.89793201425.issue24464@roundup.psfhosted.org>
In-reply-to
Content
The SQLite docs clearly states that using sqlite3_enable_shared_cache() is not recommended:

"Shared cache is disabled by default. It is recommended that it stay that way. In other words, do not use this routine. This interface continues to be provided for historical compatibility, but its use is discouraged. Any use of shared cache is discouraged."

If sqlite3.enable_shared_cache is not even documented, perhaps we could just deprecate and remove it?
History
Date User Action Args
2020-09-05 20:44:07erlendaaslandsetrecipients: + erlendaasland, ronaldoussoren, ned.deily, vajrasky
2020-09-05 20:44:07erlendaaslandsetmessageid: <1599338647.89.0.89793201425.issue24464@roundup.psfhosted.org>
2020-09-05 20:44:07erlendaaslandlinkissue24464 messages
2020-09-05 20:44:07erlendaaslandcreate