In the Windows VFS, when trying to open a database file read/write, if it
commitf13fca05e446187adfda8ec9b10414775114ff29
authorD. Richard Hipp <drh@hwaci.com>
Thu, 21 Sep 2017 20:43:48 +0000 (21 20:43 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Thu, 21 Sep 2017 20:43:48 +0000 (21 20:43 +0000)
tree02210a0227cb4f9f72291cf43fc8017a2e836f26
parent28b72377dc8d053e5f575f425f8bb5420c571224
In the Windows VFS, when trying to open a database file read/write, if it
fails check to see if the file exists and is read-only and immediately fall
back to a read-only open attempt, rather than running the AV retry loop.
src/os_win.c