]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the null-cursor in the previous check-in into a death-cursor. Any
authordrh <>
Fri, 9 Aug 2024 02:10:28 +0000 (02:10 +0000)
committerdrh <>
Fri, 9 Aug 2024 02:10:28 +0000 (02:10 +0000)
commit103290237c0c2355cf7f2f3675b14c6f1ed719bb
treeddfe1e652947021120196ff9c3623644516c9880
parent3a37a3a5b8768b8428025f45d19d6a99f2f3bfb5
Change the null-cursor in the previous check-in into a death-cursor.  Any
access of the cursor causes the prepared statement to return an
SQLITE_INTERNAL error.  We'll need to add a way to edit the bytecode
using sqlite3_test_control() in order to test the death-cursor code path.

FossilOrigin-Name: 8894b243ef533cd3d85afa3f3884e52df8c21ddd6cbb20716389a2ce28f130ab
manifest
manifest.uuid
src/expr.c
src/vdbe.c
src/where.c