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

Merge all recent trunk enhancements into the sessions branch.

FossilOrigin-Name: 5f14f34f072921e229bc20a5185c0cdb3f464c04
This commit is contained in:
drh
2015-04-12 01:33:37 +00:00
28 changed files with 1511 additions and 107 deletions

View File

@ -779,7 +779,6 @@ static int sessionPreupdateEqual(
SessionChange *pChange, /* Change to compare to */
int op /* Current pre-update operation */
){
sqlite3 *db = pSession->db;
int iCol; /* Used to iterate through columns */
u8 *a = pChange->aRecord; /* Cursor used to scan change record */