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

Merge the latest trunk enhancements into the begin-concurrent-pnu-wal2 branch.

FossilOrigin-Name: 82e7e836011f52c09196aa6af9519cd9f584881d41dcbcdb23969e863c6e4fb0
This commit is contained in:
drh
2022-06-16 13:56:11 +00:00
50 changed files with 37172 additions and 2316 deletions

View File

@@ -1039,7 +1039,7 @@ void sqlite3Update(
}else{
sqlite3VdbeAddOp3(v, OP_NotExists, iDataCur, labelContinue,regOldRowid);
}
VdbeCoverageNeverTaken(v);
VdbeCoverage(v);
}
/* Do FK constraint checks. */