Summary: To resole #797 this adds runtime option to select VFS for SQLite, When infer runs on WSL this defaults to "unix-excl" (https://sqlite.org/vfs.html) and if VFS is specified, then WAL is not enabled (since WAL is non compatible with custom VFS - https://www.sqlite.org/wal.html). Closes https://github.com/facebook/infer/pull/798 Reviewed By: jvillard Differential Revision: D6335037 Pulled By: dulmarod fbshipit-source-id: d9b9a58master
parent
3382b1b88a
commit
f63f48a52e
Loading…
Reference in new issue