]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Preliminary changes for a new implementation of RETURNING that captures all
authordrh <>
Thu, 4 Feb 2021 17:29:04 +0000 (17:29 +0000)
committerdrh <>
Thu, 4 Feb 2021 17:29:04 +0000 (17:29 +0000)
commit381bdacc8fd374db52bba13be966189abc787257
tree95f8fe49a9c906d93d7d8290e41a980d9f476a17
parent8ab79d6135b33523a5d7f5c988b080a63fb15db3
Preliminary changes for a new implementation of RETURNING that captures all
results in a buffer and plays them all back after the DML statement
completes.  This avoids problems with interleaved DML statements.
This particular check-in is a non-functional work in progress.

FossilOrigin-Name: 04b77d63216ce11b4e797946953bcde504fc005807c7a5ac757fbf47d78698dc
manifest
manifest.uuid
src/build.c
src/sqliteInt.h
src/trigger.c