mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-15 11:41:13 +03:00
Fix a typo in a comment. No changes to code.
FossilOrigin-Name: c2f50aa4e7bad8821e91a7490283dd53e44047d10a8cfebc3e2da26c770a5218
This commit is contained in:
@@ -1160,7 +1160,7 @@ static void whereIndexExprTrans(
|
||||
}
|
||||
|
||||
/*
|
||||
** The pTruth expression is always tree because it is the WHERE clause
|
||||
** The pTruth expression is always true because it is the WHERE clause
|
||||
** a partial index that is driving a query loop. Look through all of the
|
||||
** WHERE clause terms on the query, and if any of those terms must be
|
||||
** true because pTruth is true, then mark those WHERE clause terms as
|
||||
|
||||
Reference in New Issue
Block a user