Re: [sqlite] Shared memory cache files on disk?

2018-08-29 Thread Dirkjan Ochtman
On Wed, Aug 29, 2018 at 1:11 AM Keith Medcalf wrote: > SQLITE_USE_URI > > If this is not defined then URI's are not parsed. > > https://www.sqlite.org/uri.html > Thank you, that helps a lot! ___ sqlite-users mailing list

Re: [sqlite] Shared memory cache files on disk?

2018-08-28 Thread Keith Medcalf
>boun...@mailinglists.sqlite.org] On Behalf Of Dirkjan Ochtman >Sent: Tuesday, 28 August, 2018 14:25 >To: SQLite mailing list >Subject: [sqlite] Shared memory cache files on disk? > >Hi there, > >I've been using in-memory SQLite database for the automated tests in >an >

[sqlite] Shared memory cache files on disk?

2018-08-28 Thread Dirkjan Ochtman
Hi there, I've been using in-memory SQLite database for the automated tests in an application I'm writing. I did most of the initial development on macOS and things worked as I expected, but when I ran the tests on my Linux box it left behind files like "file:test-3210?mode=memory=shared". On my