|
|
|
@ -682,7 +682,7 @@ public sealed class Binder : DatabaseVisitor
|
|
|
|
|
{
|
|
|
|
|
var alias = Alias.New();
|
|
|
|
|
var pc = ProjectColumns(projection.Projector, alias, projection.Select.Alias);
|
|
|
|
|
projection = new ProjectionExpression(new SelectExpression(alias, pc.Columns, projection.Select, where, null, null, false, null, take, isLast), pc.Projector);
|
|
|
|
|
projection = new ProjectionExpression(new SelectExpression(alias, pc.Columns, projection.Select.From, where, null, null, false, null, take, isLast), pc.Projector);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (isRoot)
|
|
|
|
|