]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the preupdate hook so that it works when the "old.*" row has a column with a... preupdate-hook-fix
authordan <Dan Kennedy>
Wed, 18 Sep 2024 15:02:27 +0000 (15:02 +0000)
committerdan <Dan Kennedy>
Wed, 18 Sep 2024 15:02:27 +0000 (15:02 +0000)
commit38b31a93b3ded0cc39eae8a8c07005606d129434
tree45fdc23ec34d895db10757f73dc6359a5021fc43
parenteaa50b866075f4c1a19065600e4f1bae059eb505
Fix the preupdate hook so that it works when the "old.*" row has a column with a non-NULL default value that was added by ALTER TABLE ADD COLUMN after the current record was created.

FossilOrigin-Name: 00a398cf900179aa5a8aab09fe4a671d99e7a31583282848ef39390f2ef246eb
ext/session/sessionfault3.test
ext/session/sqlite3session.c
manifest
manifest.uuid
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
test/hook.test