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

Simple comment clarification. No code or logic changes.

FossilOrigin-Name: a26f9c9f89c24048cb77d5c0c8de37f46de7dce80f8bf49cadcd58b239dbdfa7
This commit is contained in:
drh
2018-04-12 19:51:22 +00:00
parent dab0eb58d7
commit 7007640f2e
3 changed files with 9 additions and 9 deletions

View File

@@ -514,8 +514,8 @@ void sqlite3Update(
VdbeCoverage(v);
}
/* If the record number will change, set register regNewRowid to
** contain the new value. If the record number is not being modified,
/* If the rowid value will change, set register regNewRowid to
** contain the new value. If the rowid is not being modified,
** then regNewRowid is the same register as regOldRowid, which is
** already populated. */
assert( chngKey || pTrigger || hasFK || regOldRowid==regNewRowid );