]> git.ipfire.org Git - thirdparty/sqlite.git/commit
New opcode OP_ChngCntRow used to output the result of PRAGMA change_count.
authordrh <>
Sun, 31 Jan 2021 15:50:36 +0000 (15:50 +0000)
committerdrh <>
Sun, 31 Jan 2021 15:50:36 +0000 (15:50 +0000)
commit18e5607211405d3852bbc61e39794ebb32574ebc
tree5dde815605925c179559e414aac32f6d43a7b7c3
parent662fe7964744f40f5e75e71a5c2f50cbc3817a72
New opcode OP_ChngCntRow used to output the result of PRAGMA change_count.
Only this new opcode, and not OP_ResultRow, checks for foreign key errors.
Faster performance, and now also works with RETURNING.

FossilOrigin-Name: 154fc2b15465c7c92a1af0a93851421aec42a81bab54840a9701f2c78068e14e
manifest
manifest.uuid
src/delete.c
src/insert.c
src/update.c
src/vdbe.c