1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Fix an obsolete comment on codeEqualityTerm(). No changes to code.

FossilOrigin-Name: d07be5afb0a915769382dfd815403f8832cb3eec
This commit is contained in:
drh
2016-08-19 18:28:00 +00:00
parent b684fd5c4a
commit 4602b8e89d
3 changed files with 9 additions and 9 deletions

View File

@ -358,8 +358,8 @@ static void codeApplyAffinity(Parse *pParse, int base, int n, char *zAff){
**
** The current value for the constraint is left in register iReg.
**
** For a constraint of the form X=expr, the expression is evaluated and its
** result is left on the stack. For constraints of the form X IN (...)
** For a constraint of the form X=expr, the expression is evaluated in
** straight-line code. For constraints of the form X IN (...)
** this routine sets up a loop that will iterate over all values of X.
*/
static int codeEqualityTerm(