]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Work toward handling interleaved RETURNING statements. Trunk does not interleaved-returning
authordrh <>
Thu, 4 Feb 2021 11:14:37 +0000 (11:14 +0000)
committerdrh <>
Thu, 4 Feb 2021 11:14:37 +0000 (11:14 +0000)
commit38a7382cf6b802f806b4649fccb803b287c9faac
tree89b50a6b246a374f2fc5cb4f18f0b24ab52c2a5d
parent8c333cfc0d9076223a8156380820d702947b80fc
Work toward handling interleaved RETURNING statements.  Trunk does not
handle that case correctly.  This branch is a partial implementation of
ideas that might, however.

FossilOrigin-Name: e1eb62131913fcc4aa58a3f7e634ed2bbecf32763d936067d36ce1c2d2142a75
manifest
manifest.uuid
src/select.c
src/sqliteInt.h
src/trigger.c
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c