diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/insert.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/insert.c b/src/insert.c index d778e4b45..3b4ad5640 100644 --- a/src/insert.c +++ b/src/insert.c @@ -1976,6 +1976,7 @@ void sqlite3GenerateConstraintChecks( sqlite3SetMakeRecordP5(v, pIdx->pTable); } #endif + sqlite3VdbeReleaseRegisters(pParse, regIdx, pIdx->nColumn, 0); /* In an UPDATE operation, if this index is the PRIMARY KEY index ** of a WITHOUT ROWID table and there has been no change the |