]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Split the (internal) sqlite3VdbeCheckFk() routine into two variants,
authordrh <>
Sat, 19 Jul 2025 18:46:03 +0000 (18:46 +0000)
committerdrh <>
Sat, 19 Jul 2025 18:46:03 +0000 (18:46 +0000)
commitbcd14a0a3ec7eafc5f4bc91467549166c10c72c8
treee6832b7eff7a87f48282497e94be5640a210cbeb
parentc585e03a4b15fc2c7e38ff4599cbbda4937453e4
Split the (internal) sqlite3VdbeCheckFk() routine into two variants,
sqlite3VdbeCheckFkImmediate() and sqlite3VdbeCheckFkDeferred(), which
run faster than the combined general-purpose variant.

FossilOrigin-Name: 872b1b52ed93ef85911c2ef87b15673f9e102aef564f208e0a916af62671df93
manifest
manifest.uuid
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c