Erlend Egeberg Aasland <erlend.aasl...@innova.no> added the comment:

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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue24464>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to