]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Handle the case where a virtual table xBestIndex method called while coding a trigger...
authordan <Dan Kennedy>
Thu, 26 Oct 2023 16:05:57 +0000 (16:05 +0000)
committerdan <Dan Kennedy>
Thu, 26 Oct 2023 16:05:57 +0000 (16:05 +0000)
commit94331d406a9549f5dd795a8f6a805a23aefed729
tree61342a577fc47eeb84ca4b7d340f44f65d5ae53a
parent3c75a03615ec49cdad31983b1e6140d3d716f905
Handle the case where a virtual table xBestIndex method called while coding a trigger fired by a top-level statement with a RETURNING clause prepares a statement that also contains a RETURNING clause.

FossilOrigin-Name: ec6bffa3b0fbf7cdee852cb0208de1f5869dafd88e2ee64c23cec89634219adc
manifest
manifest.uuid
src/build.c
src/sqliteInt.h
test/bestindexB.test [new file with mode: 0644]