]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Revert the previous change. Instead, do a pre-check of the CREATE TABLE
authordrh <>
Mon, 25 Mar 2024 18:24:28 +0000 (18:24 +0000)
committerdrh <>
Mon, 25 Mar 2024 18:24:28 +0000 (18:24 +0000)
commit791b6f36cc8ed25766e709dfe2dc6d23782652b8
tree8da571f81e1f131fd7154085207abd0ba0f19441
parentf7aab656ff0c38260c2daf01591518cadcd04359
Revert the previous change.  Instead, do a pre-check of the CREATE TABLE
statement that is the second argument to sqlite3_declare_vtab() and if
the first two keywords are not "CREATE" and "TABLE", then raise an
SQLITE_MISUSE error.

FossilOrigin-Name: 6a2ff8351244da2336055454dfad2dd40534b7cfb51e840f7f8cf2ddacf8649e
manifest
manifest.uuid
src/vtab.c