DDC-3434 - adding note on why restoring 'HIDDEN' selected fields is relevant
This commit is contained in:
parent
6169175a89
commit
ac67a10d4c
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,8 @@ class LimitSubqueryOutputWalker extends SqlWalker
|
||||||
public function walkSelectStatement(SelectStatement $AST)
|
public function walkSelectStatement(SelectStatement $AST)
|
||||||
{
|
{
|
||||||
// Set every select expression as visible(hidden = false) to
|
// Set every select expression as visible(hidden = false) to
|
||||||
// make $AST to have scalar mappings properly
|
// make $AST have scalar mappings properly - this is relevant for referencing selected
|
||||||
|
// fields from outside the subquery, for example in the ORDER BY segment
|
||||||
$hiddens = array();
|
$hiddens = array();
|
||||||
|
|
||||||
foreach ($AST->selectClause->selectExpressions as $idx => $expr) {
|
foreach ($AST->selectClause->selectExpressions as $idx => $expr) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue