[WIP] Version bump
This commit is contained in:
parent
bc59f15d59
commit
3c5bdcbef8
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user