1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-18 10:21:03 +03:00

Fix a typo in a comment. No changes to code.

FossilOrigin-Name: ee4b74250ad7a4061421d44b490cb79f649b3720
This commit is contained in:
drh
2015-05-16 18:31:44 +00:00
parent 8dd3ff1fb5
commit e655a0e34e
3 changed files with 9 additions and 9 deletions

View File

@@ -636,7 +636,7 @@ static void exprAnalyzeAll(
** In order for the operator to be optimizible, the RHS must be a string
** literal that does not begin with a wildcard. The LHS must be a column
** that may only be NULL, a string, or a BLOB, never a number. (This means
** that virtual tables cannot participate in the LIKE optimization.) If the
** that virtual tables cannot participate in the LIKE optimization.) The
** collating sequence for the column on the LHS must be appropriate for
** the operator.
*/