]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the parse_create_index() SQL function created by the incremental
authordrh <>
Sun, 5 Jul 2026 18:28:35 +0000 (18:28 +0000)
committerdrh <>
Sun, 5 Jul 2026 18:28:35 +0000 (18:28 +0000)
commitbfad7140ac0d21f5cfbebd92a1a8a8e43f9ed8ae
tree509506792f014a9c7ac40d8e906ca670118c04a3
parent7ff247c5b9ead3ad8a69c26d3fd264878e127237
Fix the parse_create_index() SQL function created by the incremental
integrity_check extension so that it works for widely correct CREATE INDEX
statements.
[bugs:/info/2026-07-05T12:00:57Z|Bug 2026-07-05T12:00:57Z].
Also fix the extension so that it removes the parse_create_index() function.
Add the sqlite3_intck_register() API function so that the
parse_create_index() function can be more easily tested.

FossilOrigin-Name: bd28985523b02875b1045652fe29757e5d5519f48e6109ffebc99212314ab69c
ext/intck/sqlite3intck.c
manifest
manifest.uuid
src/shell.c.in
test/intck01.sql
test/shellB.test