diff options
author | drh <> | 2025-01-13 13:32:56 +0000 |
---|---|---|
committer | drh <> | 2025-01-13 13:32:56 +0000 |
commit | f1747f93e0f8df7984b595b91649c7789217fe59 (patch) | |
tree | dc3976a59eeb91777c34c09b4db7796841fbb834 /src | |
parent | 43afab28a09659f7869661a8e56f21865af2414d (diff) | |
download | sqlite-f1747f93e0f8df7984b595b91649c7789217fe59.tar.gz sqlite-f1747f93e0f8df7984b595b91649c7789217fe59.zip |
Remove a stray tab character from a comment.
FossilOrigin-Name: 315079b150b47e013e2cde4985bc39d24e0f6f6c6e60f9383fb8ea4ea897c67a
Diffstat (limited to 'src')
-rw-r--r-- | src/where.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/where.c b/src/where.c index 4325374bc..20b1c38c0 100644 --- a/src/where.c +++ b/src/where.c @@ -862,7 +862,7 @@ static int constraintCompatibleWithOuterJoin( ** 3. If no disqualifying conditions above are found, return true. ** ** 2025-01-03: I experimented with a new rule that returns false if the -** the datatype of the column is "BOOLEAN". This did not improve +** the datatype of the column is "BOOLEAN". This did not improve ** performance on any queries at hand, but it did burn CPU cycles, so the ** idea was not committed. */ |