In the 'fileio' extension code for Win32, use the FILE_FLAG_BACKUP_SEMANTICS flag...
commit3b6643ae10f51d9040cfd2fcd5c0f5638dafbb2d
authorJoe Mistachkin <sqlite@mistachkin.com>
Thu, 4 Jan 2018 23:49:08 +0000 (4 23:49 +0000)
committerJoe Mistachkin <sqlite@mistachkin.com>
Thu, 4 Jan 2018 23:49:08 +0000 (4 23:49 +0000)
tree6f2c6154e840615fedc188c683e34599f63077aa
parent7f7344136b5c2255ea2aab449b9f36ccf8da81f9
In the 'fileio' extension code for Win32, use the FILE_FLAG_BACKUP_SEMANTICS flag when setting the file times, just in case the file is actually a directory.
ext/misc/fileio.c