CBL lite 1.0.2 (with the exported-symbol fixes) on Mac OS X 10.9.4 (XCode 5.1.1)

I was running a test this morning creating a large number of documents through 
the model API. Not syncing. Like:
CBLDocument *doc = [db documentWithID:id]
CBLModelSubclass *docModel = [CBLModelSubclass modelForDocument:doc];
Add stuff to model
Release model (well, let ARC release) and let autosave do it's work.

All this is on the main thread. This works well.

However, if I add a liveQuery (actually 3, to count the incoming sub-docs) I 
start getting 
"-[CBL_FMDatabase executeUpdate:error:withArgumentsInArray:orVAList:]:750 
Database busy (/path/to/database.cblite)" somewhat randomly (or at least, I 
haven't seen a pattern). 

I updated to 1.0.2 to see if some of the view enhancements would help, but it 
doesn't seem to.

Any suggestions on best approaches to address this?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/3F9184BD-967A-4267-ABD7-8261994E66CC%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to