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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user