-
-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Description
Newly added optimizations of SQLiteJournal caused problem for using SQLiteJournal for apps running in virtual machine (tested in Virtualbox). WAL option doesn't work with network filesystem which is used in Virtualbox.
cause:
PRAGMA journal_mode = WAL;
Way to switch WAL on/off in journal or removal of the line would fix the problem.
Environment:
Windows 10 x64
Container running in Docker Toolbox v1.9.1f
PHP 5.6.16
Metadata
Metadata
Assignees
Labels
No labels