1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix a problem causing the sessions module to occasionally lose track of rows

with composite primary keys when there are two rows with the same text value
in the leftmost column of the PK.

FossilOrigin-Name: 09aed13678374bf22087cd808808b711dc703b7c18bc8aaf704850611e17f5cd
This commit is contained in:
dan
2018-01-17 17:38:18 +00:00
parent 26893c98d2
commit 61c758b53a
5 changed files with 52 additions and 9 deletions

View File

@ -838,7 +838,6 @@ static int sessionPreupdateEqual(
}
if( memcmp(a, z, n) ) return 0;
a += n;
break;
}
}
}