Skip to content

Commit

Permalink
Enable cloning all SQL fragment classes
Browse files Browse the repository at this point in the history
Fixes #365
  • Loading branch information
MarkMpn committed Oct 5, 2023
1 parent 02f602c commit 819e315
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 418 deletions.
2 changes: 1 addition & 1 deletion MarkMpn.Sql4Cds.Engine.Tests/ExecutionPlanTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3672,7 +3672,7 @@ public void DistinctOrderByUsesScalarAggregate()
</entity>
</fetch>");
var sort = AssertNode<SortNode>(merge.RightSource);
Assert.AreEqual("entity.metadataid ASC", sort.Sorts[0].ToSql());
Assert.AreEqual("entity.metadataid", sort.Sorts[0].ToSql());
var meta = AssertNode<MetadataQueryNode>(sort.Source);
}

Expand Down
Loading

0 comments on commit 819e315

Please sign in to comment.