]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not allow temporary registers to be in use across an OP_Yield within a
authordrh <drh@noemail.net>
Tue, 25 Feb 2014 21:55:16 +0000 (21:55 +0000)
committerdrh <drh@noemail.net>
Tue, 25 Feb 2014 21:55:16 +0000 (21:55 +0000)
commit0baa035a1e3339d8bb0aea2205a2dee4f56fcc9e
tree5016a7290945a4daf864bcaa2df1227c30e831e8
parente8c1eba9a99a0251433aa58d0fd96155d47b18fe
Do not allow temporary registers to be in use across an OP_Yield within a
co-routine.  Fix for ticket [8c63ff0eca81a9132d8].

FossilOrigin-Name: 97a8c9733cba97c78e979dfd5c66610c23e90288
manifest
manifest.uuid
src/sqliteInt.h
src/where.c
test/tkt-8c63ff0ec.test [new file with mode: 0644]