Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I read Apple's documentation "Core Data Programming Guide" recently.

In chapter "Persistent Store Features" section "Configuring a SQLite Store’s Save Behavior" , they talked about different behavior of SQlite options "synchronous" and "full_fsync" on different version of Mac. However the default option on different version of iOS is not mentioned, Does anyone here have any idea about it ? It would be much better if I could know the way to verify your answer.

share|improve this question

1 Answer

As you correctly point out, the default on iOS is not officially documented. I suggest you set the NSSQLitePragmasOption yourself to get the desired behavior.

share|improve this answer
Thanks a lot. I am aware there is NSSQLitePragmasOption. However I want to know some way to verify the option is indeed work. Do you know any methods to detect the sqlite is using the options? – Bob Cromwell Oct 27 '12 at 3:16

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.