This commit is contained in:
grzegorz.russek
2014-04-24 19:30:35 +00:00
parent b48a9a3416
commit 9bc5cd7540
18 changed files with 11192 additions and 449 deletions

View File

@@ -357,7 +357,7 @@ namespace DynamORM.Tests.Select
GetTestBuilder()
.From(x => x(typeof(T)).As(x.t))
.Where(x => x.t.id < 20)
.Select("group_concat(first):first")
.SelectColumn("group_concat(first):first")
.Scalar());
}