1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Simplified experimental changes to promote the use of co-routines. Less

cruft than the coroutines-exp1 branch, but still does not work.  Checked in
as a work-in-progress.

FossilOrigin-Name: e2318a30bf6ad2aeb4c4cb29661bc24ff78eb51bf07decc4b8da1ecac0015ef0
This commit is contained in:
drh
2022-12-06 15:24:05 +00:00
parent d84f185f97
commit ad9ff1d5f2
6 changed files with 65 additions and 35 deletions

View File

@@ -268,6 +268,7 @@ static void updateFromSelect(
if( pSelect ) pSelect->selFlags |= SF_OrderByReqd;
sqlite3SelectDestInit(&dest, eDest, iEph);
dest.iSDParm2 = (pPk ? pPk->nKeyCol : -1);
pParse->prepFlags |= SQLITE_PREPARE_SAFEOPT;
sqlite3Select(pParse, pSelect, &dest);
sqlite3SelectDelete(db, pSelect);
}