]> git.ipfire.org Git - thirdparty/sqlite.git/commit
For debug builds, if the RIGHT JOIN body subroutine contains a jump that
authordrh <>
Sat, 23 Apr 2022 18:04:31 +0000 (18:04 +0000)
committerdrh <>
Sat, 23 Apr 2022 18:04:31 +0000 (18:04 +0000)
commitb77c31295687dd33cc4b8955d29cd0b26fbae6a3
tree56c6af1134287988222adcf82b2ac652f1062fe9
parentd6bb6000eff360f76d736d13331816354d880c5f
For debug builds, if the RIGHT JOIN body subroutine contains a jump that
escapes the subroutine, then abort the prepared statement with a descriptive
error and SQLITE_INTERNAL.  This extra sanity check causes many tests to
fail.

FossilOrigin-Name: 2c5bb2bff26cc70d8cac78ddd12d5ac37ab1472f5f88afbd975950a18ac2804d
manifest
manifest.uuid
src/vdbe.h
src/vdbeaux.c
src/where.c
src/whereInt.h
src/wherecode.c