Re: [sqlite] Default file permissions

2016-12-08 Thread Simon Slavin
On 8 Dec 2016, at 12:08pm, Petr Shestov wrote: > How do I change default file permissions of SQLite db files on Windows? > Currently all freshly created DBs allow full access for Everyone. But I need > to restrict this to current user. > One option that I tried is to manually create empty file

Re: [sqlite] Default file permissions

2016-12-08 Thread Dominique Devienne
On Thu, Dec 8, 2016 at 1:08 PM, Petr Shestov wrote: > How do I change default file permissions of SQLite db files on Windows? > Currently all freshly created DBs allow full access for Everyone. But I > need to restrict this to current user. > One option that I tried is to manually create empty fi

[sqlite] Default file permissions

2016-12-08 Thread Petr Shestov
Hi all! How do I change default file permissions of SQLite db files on Windows? Currently all freshly created DBs allow full access for Everyone. But I need to restrict this to current user. One option that I tried is to manually create empty file and set required permissions. But if using WAL tw