]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allow the SQLITE_OPEN_EXCLUSIVE flag in sqlite3_open(). Return the
authordrh <>
Thu, 24 Jun 2021 18:23:54 +0000 (18:23 +0000)
committerdrh <>
Thu, 24 Jun 2021 18:23:54 +0000 (18:23 +0000)
commitdff34ab96f12640212ef249cba899f172f7d69d4
tree2c79f0e19dd1b64aa0993e1549af87575e8c66ab
parentc06836c3b1461afcadfb68b20cbf41f0c41d3105
Allow the SQLITE_OPEN_EXCLUSIVE flag in sqlite3_open().  Return the
SQLITE_CANTOPEN_EXISTS extended code to indicate that the open failed because
the database already exists.

FossilOrigin-Name: d091150ff80709a1e50e0431aa33021f036979e4a88e9769eeec431dfad6d5f5
manifest
manifest.uuid
src/main.c
src/os_unix.c
src/shell.c.in
src/sqlite.h.in