Re: Need help understanding query results

2015-11-19 Thread Mike Rhodes
At least on normal CouchDB, this would probably be view collation hitting you. Your string sorts lower than an array containing any string as first element. Try setting the start key as `[BCEE54E`], that is, in an array. Mike. On Thursday, 19 November 2015 09:46:50 UTC, Yonah Forst wrote

Couchbase Mobile - Qt Creator - Language Support Samples

2015-02-27 Thread Mike Tallent
for Desktop? We have to have a local datatbase and P2P Replication and Syncing is Urgent and very important for our project. Thanks Mike Tallent CEO Objectwheel QT Creator leverages C++ and Javascript -- -- You received this message because you are subscribed to the Google Groups Couchbase

Re: Using credentials to access the database?

2015-01-10 Thread Mike Rhodes
the disk in this case. Mike. -- 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 mobile-couchbase+unsubscr...@googlegroups.com. To view this discussion

Re: CORS Support in Sync Gateway

2014-10-01 Thread Mike Kirkup
on the same domain to the sync gateway. Someone should really, really, really look at integrating the changes that have already been put into the product. Mike On Tuesday, September 30, 2014 9:39:10 PM UTC-4, Mike Kirkup wrote: We are having trouble getting CORS set up to work properly within

Re: PhoneGap and Couchbase Lite

2014-09-17 Thread Mike Kirkup
understand why the PhoneGap plugin is not able to convert the request from the JSON API to the local Objective C calls. I feel like I must be missing something simple but for some reason no one else knows the answer... Mike On Wednesday, September 17, 2014 11:53:46 AM UTC-4, Jens Alfke wrote

Re: PhoneGap and Couchbase Lite

2014-09-16 Thread Mike Kirkup
://scoremorebaseball.com. Mike On Tuesday, September 16, 2014 11:54:02 AM UTC-4, Dominique Legault wrote: Have you setup a sync gateway and couchdb to sync to ? What's your sync URL? -- You received this message because you are subscribed to the Google Groups Couchbase Mobile group

PhoneGap and Couchbase Lite

2014-09-14 Thread Mike Kirkup
I have spent the past week trying to convert the Todo-lite sample over to use within my own application. The Todo sample works on my simulator but any attempts to call the database directly using my own code are failing. I feel like I must be missing something obvious here. Reading through

Re: HOLY FREAKING COW, IT'S DONE

2014-05-22 Thread mike
before. Thanks for all your help and advice. I can't wait to see what happens next! Mike On Wednesday, 21 May 2014 15:12:18 UTC-5, Jens Alfke wrote: The entire mobile team at Couchbase is incredibly excited and relieved to announce that *OMG! VERSION 1.0 IS FINALLY READY

Compression Errors

2014-03-18 Thread mike
Using CBL beta 3, SG beta 3 and Couchbase Server 2.2, CBL reports errors when 'compessResponses' is true in my SG config. Here's an example of the errors CBL is reporting: 11:09:12.323‖ WARNING*** : CBLMultipartDocumentReader[_id=(null)]: received corrupt gzip-encoded JSON part

Re: Compression Errors

2014-03-18 Thread mike
Sure thing. On Tuesday, 18 March 2014 11:35:54 UTC-5, Jens Alfke wrote: On Mar 18, 2014, at 9:19 AM, mike lam...@gmail.com javascript: wrote: 11:09:12.323‖ WARNING*** : CBLMultipartDocumentReader[_id=(null)]: received corrupt gzip-encoded JSON part Is this reproducible with the same