]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Modify the sqlite3_stmt_readonly() interface so that it returns false for
authordrh <>
Thu, 13 May 2021 18:24:22 +0000 (18:24 +0000)
committerdrh <>
Thu, 13 May 2021 18:24:22 +0000 (18:24 +0000)
commit31da7be9f21ced580c75fe824449e1cbdb9d7e07
treefdd1181856844b303a00cc5f1d41a6db9966f1bf
parent756748ea865afeaa5477cf185785636e9dc54d38
Modify the sqlite3_stmt_readonly() interface so that it returns false for
CREATE TABLE IF NOT EXISTS statements even if the table already exists and
the statement is really a read-only no-op.  Likewise for DROP TABLE,
CREATE INDEX, and DROP INDEX.  Update the documentation for
sqlite3_stmt_readonly() to reflect this new behavior.

FossilOrigin-Name: cf8eb465974e596a13df56f3efbc98e098e7b74de9af4fde9ad58312db9750e4
manifest
manifest.uuid
src/build.c
src/sqlite.h.in