Re: Testing a CouchDB 2.0 feature

2016-09-03 Thread Jan Lehnardt
! > >> From: e...@eiri.ca >> Subject: Re: Testing a CouchDB 2.0 feature >> Date: Fri, 2 Sep 2016 15:27:19 -0300 >> To: dev@couchdb.apache.org >> >> Hi Joey, >> >> Does the invalid json you are seeing looks like it described in this issue's >

RE: Testing a CouchDB 2.0 feature

2016-09-02 Thread Joey Samonte
I believe so. Will test in the next RC. Thanks! > From: e...@eiri.ca > Subject: Re: Testing a CouchDB 2.0 feature > Date: Fri, 2 Sep 2016 15:27:19 -0300 > To: dev@couchdb.apache.org > > Hi Joey, > > Does the invalid json you are seeing looks like it described in

Re: Testing a CouchDB 2.0 feature

2016-09-02 Thread Eiri
o I file a bug report for this? Seems to return an invalid json both > when results are found or not. > >> Date: Tue, 30 Aug 2016 01:35:46 -0400 >> From: woh...@apache.org >> To: dev@couchdb.apache.org >> Subject: Re: Testing a CouchDB 2.0 feature >> >> Sho

RE: Testing a CouchDB 2.0 feature

2016-09-02 Thread Joey Samonte
How do I file a bug report for this? Seems to return an invalid json both when results are found or not. > Date: Tue, 30 Aug 2016 01:35:46 -0400 > From: woh...@apache.org > To: dev@couchdb.apache.org > Subject: Re: Testing a CouchDB 2.0 feature > > Should be possibl

RE: Testing a CouchDB 2.0 feature

2016-08-30 Thread Joey Samonte
I got this working from curl. Maybe I am doing something wrong from my C# code. :( > Date: Tue, 30 Aug 2016 01:35:46 -0400 > From: woh...@apache.org > To: dev@couchdb.apache.org > Subject: Re: Testing a CouchDB 2.0 feature > > Should be possible! Try it yourself! > >

RE: Testing a CouchDB 2.0 feature

2016-08-30 Thread Joey Samonte
I tried the POSTing the 'queries' to the specific view, but just getting HTTP 500 error. Is there a way to debug this? > Date: Tue, 30 Aug 2016 01:35:46 -0400 > From: woh...@apache.org > To: dev@couchdb.apache.org > Subject: Re: Testing a CouchDB 2.0 feature > > Shoul

Re: Testing a CouchDB 2.0 feature

2016-08-29 Thread Joan Touzet
Should be possible! Try it yourself! - Original Message - > From: "Joey Samonte" <csharpdevelo...@hotmail.com> > To: dev@couchdb.apache.org > Sent: Tuesday, August 30, 2016 1:10:38 AM > Subject: RE: Testing a CouchDB 2.0 feature > > Is it possible to add

RE: Testing a CouchDB 2.0 feature

2016-08-29 Thread Joey Samonte
Is it possible to add a 'limit' and 'descending' clause to each pair of startkey/endkey? > Date: Wed, 24 Aug 2016 14:51:56 -0400 > From: woh...@apache.org > To: dev@couchdb.apache.org > Subject: Re: Testing a CouchDB 2.0 feature > > Try it and find out! :) (Yes, it sho

Re: Testing a CouchDB 2.0 feature

2016-08-24 Thread Joan Touzet
Try it and find out! :) (Yes, it should work just fine.) - Original Message - > From: "Joey Samonte" <csharpdevelo...@hotmail.com> > To: dev@couchdb.apache.org > Sent: Wednesday, August 24, 2016 7:31:00 AM > Subject: RE: Testing a CouchDB 2.0 feature > &g

RE: Testing a CouchDB 2.0 feature

2016-08-24 Thread Joey Samonte
Could the startkeys and endkeys be arrays as before? Thanks! > Date: Wed, 24 Aug 2016 05:32:09 -0400 > From: woh...@apache.org > To: dev@couchdb.apache.org > Subject: Re: Testing a CouchDB 2.0 feature > > Replying to my own email with more detail. > > The format o

Re: Testing a CouchDB 2.0 feature

2016-08-24 Thread Joan Touzet
] } - Original Message - > From: "Joan Touzet" <woh...@apache.org> > To: dev@couchdb.apache.org > Sent: Wednesday, August 24, 2016 5:29:24 AM > Subject: Re: Testing a CouchDB 2.0 feature > > Looks like from the code your POST body should contain a > 'queri

Re: Testing a CouchDB 2.0 feature

2016-08-24 Thread Joan Touzet
-into-a-single-request - Original Message - > From: "Joey Samonte" <csharpdevelo...@hotmail.com> > To: dev@couchdb.apache.org > Sent: Wednesday, August 24, 2016 5:07:07 AM > Subject: Testing a CouchDB 2.0 feature > > > > Good day, > > It

Testing a CouchDB 2.0 feature

2016-08-24 Thread Joey Samonte
Good day, It says here that this issue is already resolved. https://issues.apache.org/jira/browse/COUCHDB-523 I was really looking forward for this feature, so I was wondering is there any documentation for this, on how to use the API? Regards, Joey