mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-31 06:23:10 +02:00
updated readme
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user