mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
Continuation of the fix at [8c0f69e0e4ae0a44]: If a viaCoroutine FROM clause
term is participating in a RIGHT or FULL JOIN, we have to create an always-NULL pseudo-cursor for that term when processing the RIGHT join. dbsqlfuzz 6fd1ff3a64bef4a6c092e8d757548e95698b0df5. FossilOrigin-Name: e1040e51ebd04f2a076f477b6f240f849afb10f543ebe518e09d6842cc3cb38e
This commit is contained in:
@@ -4584,7 +4584,8 @@ case OP_SequenceTest: {
|
||||
** is the only cursor opcode that works with a pseudo-table.
|
||||
**
|
||||
** P3 is the number of fields in the records that will be stored by
|
||||
** the pseudo-table.
|
||||
** the pseudo-table. If P2 is 0 or negative then the pseudo-cursor
|
||||
** will return NULL for every column.
|
||||
*/
|
||||
case OP_OpenPseudo: {
|
||||
VdbeCursor *pCx;
|
||||
|
Reference in New Issue
Block a user