mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-24 18:31:17 +01:00
WIP: documentation
This commit is contained in:
@@ -88,11 +88,6 @@ class CoreStoreTests: XCTestCase {
|
||||
obj1.testString = "lololol"
|
||||
obj1.testNumber = 42
|
||||
obj1.testDate = NSDate()
|
||||
let objID = transaction.queryValue(
|
||||
From(TestEntity1),
|
||||
Select<NSManagedObjectID>(.Attribute("testEntityID"))
|
||||
)
|
||||
print(objID)
|
||||
|
||||
let count = transaction.queryValue(
|
||||
From<TestEntity1>(),
|
||||
|
||||
Reference in New Issue
Block a user