1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Remove obsolete vector-IN test cases. Fix a bad testcase() macro.

FossilOrigin-Name: ab3f8f193a7ec36018bf26c9231a1a6a58b6a523
This commit is contained in:
drh
2016-09-06 19:08:21 +00:00
parent 1431807a0b
commit 63cecc4173
4 changed files with 15 additions and 17 deletions

View File

@@ -2635,7 +2635,7 @@ static int generateOutputSubroutine(
*/
case SRT_Set: {
int r1;
testcase( pIn->nSdst>1 && pParse->nErr==0 );
testcase( pIn->nSdst>1 );
r1 = sqlite3GetTempReg(pParse);
sqlite3VdbeAddOp4(v, OP_MakeRecord, pIn->iSdst, pIn->nSdst,
r1, pDest->zAffSdst, pIn->nSdst);