Re: [sqlite] Support for read-only DB on Windows Phone SD Card

2013-12-11 Thread Clemens Ladisch
Gavin Harriss wrote: > I'm wondering if there's plans for the Windows Phone implementation to > support read-only databases on the SD card? > > > I expect that the SQLite implementation for the phone tries to open the > > database using standard C file API rather than using the Storage > > objects

Re: [sqlite] Support for read-only DB on Windows Phone SD Card

2013-12-11 Thread Simon Slavin
On 10 Dec 2013, at 9:34pm, Gavin Harriss wrote: > In theory it would be possible to update SQLite to use Storage objects, but > I suspect it would be a significant project to do so. I /think/ it would be possible to do this using just a custom VFS, leaving the rest of SQLite intact. Which mea

[sqlite] Support for read-only DB on Windows Phone SD Card

2013-12-11 Thread Gavin Harriss
Hi, Thanks for making your useful SQLite libraries freely available - much appreciated! I'm wondering if there's plans for the Windows Phone implementation to support read-only databases on the SD card? Here's some feedback from a Microsoft employee I had while trying to work with SQLite DB's on