]> git.ipfire.org Git - thirdparty/sqlite.git/commit
New result code SQLITE_READONLY_DIRECTORY is returned when an attempt is
authordrh <drh@noemail.net>
Wed, 13 Dec 2017 20:02:29 +0000 (20:02 +0000)
committerdrh <drh@noemail.net>
Wed, 13 Dec 2017 20:02:29 +0000 (20:02 +0000)
commita803a2cd9889cb3b4db1029110281370576bf354
treef5830a317042fb58afca88421a1ae9da80dc7189
parent472e41ea16b2f338634ad31495d21dca62259eed
New result code SQLITE_READONLY_DIRECTORY is returned when an attempt is
made to write on a database file that is in a read-only directory and hence
the journal file could not be created.  This situation formerly returned
SQLITE_CANTOPEN, which less helpful.

FossilOrigin-Name: 3ec73c38f878d73d278fce99ba10c708dcc475835774f1e17769ff7315be6d7c
manifest
manifest.uuid
src/os_unix.c
src/sqlite.h.in