On 13 August 2015 at 19:17, Joe Mistachkin <sqlite at mistachkin.com> wrote: > > Aaron Hudon wrote: >> >> I've looked through the source, and see there is a method in >> UnsafeNativeMethods.cs that exposes this internally to the >> assembly, but nothing that's public. > > Currently, it's only used by the test suite. In the future, being > able to enable shared cache mode for use with System.Data.SQLite is > something that is being considered. > > -- > Joe Mistachkin
Shared cache can be specified in URI filenames; do they not work with System.Data.SQLite? http://www.sqlite.org/c3ref/open.html#urifilenamesinsqlite3open Regards, Simon