updated readme

This commit is contained in:
John Rommel Estropia
2015-06-01 01:43:19 +09:00
parent 6aa24cef2d
commit 6727c39e21
2 changed files with 155 additions and 11 deletions

View File

@@ -184,7 +184,7 @@ class CoreStoreTests: XCTestCase {
let counts = CoreStore.queryAttributes(
From(TestEntity2),
Select(.Count("testString", As: "count"), "testString"),
Select("testString", .Count("testString", As: "count")),
GroupBy("testString")
)
println(counts)