Alex
Alex

Reputation: 393

core data sql debug = 1 results

Dear community. What mean log bellow for good working application? Is it mean any troubles? I seen that everything work fine.

2011-02-09 09:43:14.122 snow[4316:1a03] CoreData: annotation: to-many relationship fault "codesvsDestinationsList" for objectID 0x200b8d740 fulfilled from database. Got 1 rows

Upvotes: 1

Views: 934

Answers (1)

paulbailey
paulbailey

Reputation: 5346

I imagine you're being confused by the word 'fault'. It has a very specific meaning in the context of Core Data.

Here's Apple's documentation on the subject.

Upvotes: 3

Related Questions