8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00
This commit is contained in:
asfernandes 2010-01-30 14:45:41 +00:00
parent 6ef3a8c2da
commit 4a202ba5a5

View File

@ -451,7 +451,7 @@ namespace
// or <select list>, the <set function specification> shall contain a column reference, and
// every column reference contained in an aggregated argument of the <set function specification>
// shall be an outer reference.
// NOTE 160 — outer reference is defined in Subclause 6.7, “<column reference>”.
// NOTE 160 - outer reference is defined in Subclause 6.7, "<column reference>".
// 2) The <search condition> shall not contain a <window function> without an intervening
// <query expression>.
class Aggregate2Finder : protected NodeVisitor<const dsql_nod*, const dsql_nod* const*>