]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Attempt to provide a mechanism to do early termination of long-running
authordrh <>
Thu, 12 Jan 2023 13:25:48 +0000 (13:25 +0000)
committerdrh <>
Thu, 12 Jan 2023 13:25:48 +0000 (13:25 +0000)
commitf84cbd167689edf19c4905e515325a3a0c7cabe4
treed71db36fc336a7e855ffa9f31b03d05dd8455456
parent8518eaccd79ae83a55fad3c3fa545beb16fb127c
Attempt to provide a mechanism to do early termination of long-running
statement preparation by invoking the progress handler at strategic points
during sqlite3_parpare().  This experiment shows that sqlite3_prepare() might
leave the resulting prepared statement uninitialized following an interrupt.

FossilOrigin-Name: 79636f2d80aee70832913a78933da2a7e30cc037810b93903ebbc1925ea93fef
manifest
manifest.uuid
src/select.c
src/sqliteInt.h
src/util.c
src/vdbeaux.c
src/where.c