On Mar 18, 2014, at 8:19 AM, Todd Freese <to...@filmworkers.com> wrote:

> All of my CBLModels have autosave = YES. Do I need to worry about making sure 
> the model object does not get deallocated until the autoSave runs? Or does 
> autoSave keep a strong reference to the object until the autoSave completes? 
> I'm using ARC.

Don’t worry about it. The database keeps a collection of unsaved models to 
ensure that they don’t get deallocated till the save happens. (This applies 
with or without autosave, btw.)

—Jens

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to