]> git.ipfire.org Git - thirdparty/sqlite.git/commit
On unix, if a file is opened via a symlink, create, read and write journal and wal...
authordan <dan@noemail.net>
Sat, 31 Oct 2015 17:58:33 +0000 (17:58 +0000)
committerdan <dan@noemail.net>
Sat, 31 Oct 2015 17:58:33 +0000 (17:58 +0000)
commit245fdc60d645214b745542b8f73d6efbc556d143
tree46d895466463b72c5170092d99429afc9ef26bfc
parent6a75c8ad942df4cbd0aec29dd2e65abfadd24ac2
On unix, if a file is opened via a symlink, create, read and write journal and wal files based on the name of the actual db file, not the symlink.

FossilOrigin-Name: c7c8105099c0412ac6c605f98987092c10bde57c
manifest
manifest.uuid
src/os_unix.c
test/oserror.test
test/symlink.test [new file with mode: 0644]
test/syscall.test