Message376441
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. |
|
| Date |
User |
Action |
Args |
| 2020-09-05 20:11:35 | erlendaasland | set | recipients:
+ erlendaasland, ronaldoussoren, vstinner, ned.deily |
| 2020-09-05 20:11:34 | erlendaasland | set | messageid: <[email protected]> |
| 2020-09-05 20:11:34 | erlendaasland | link | issue30646 messages |
| 2020-09-05 20:11:34 | erlendaasland | create | |
|