1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Fix a minor typo in the query flattener header comment. No code changes.

FossilOrigin-Name: d050dc605c24bcf60c0c47d13612ad53b871d3d4eff681c0c1b933acf53fb5ee
This commit is contained in:
drh
2017-10-04 02:30:45 +00:00
parent 0c4db03481
commit e76acc654f
3 changed files with 8 additions and 8 deletions

View File

@@ -3355,7 +3355,7 @@ static void substSelect(
** (17) If the subquery is a compound select, then
** (17a) all compound operators must be a UNION ALL, and
** (17b) no terms within the subquery compound may be aggregate
** or DISTINT, and
** or DISTINCT, and
** (17c) every term within the subquery compound must have a FROM clause
** (17d) the outer query may not be
** (17d1) aggregate, or