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

Begin adding test cases. Fix one bug found so far. More are pending.

FossilOrigin-Name: aadd67ddf2a191629b5356395f75e4556aac904a6e2f6b83742fa4f26e4253a4
This commit is contained in:
drh
2020-12-11 19:36:19 +00:00
parent d3e21a1098
commit 58b18a47df
4 changed files with 251 additions and 7 deletions

View File

@@ -2338,6 +2338,7 @@ void sqlite3GenerateConstraintChecks(
){
sqlite3VdbeGoto(v, upsertIpkDelay+1);
sqlite3VdbeJumpHere(v, upsertIpkReturn);
upsertIpkReturn = 0;
}
}