aboutsummaryrefslogtreecommitdiff
path: root/src/trigger.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trigger.c')
-rw-r--r--src/trigger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trigger.c b/src/trigger.c
index 0893f790d..4f4bf9a97 100644
--- a/src/trigger.c
+++ b/src/trigger.c
@@ -862,7 +862,7 @@ static ExprList *sqlite3ExpandReturning(
}
}
}
- if( !db->mallocFailed && !pParse->colNamesSet ){
+ if( !db->mallocFailed ){
Vdbe *v = pParse->pVdbe;
assert( v!=0 );
sqlite3VdbeSetNumCols(v, pNew->nExpr);