Re: add_lib in reducers?

2013-04-03 Thread Alexander Shorin
Hi Samuel! There is issue with patch about it: https://issues.apache.org/jira/browse/COUCHDB-1202 And there is the explanation why so: > One other issue: currently I haven't yet implemented commonjs for > reduce functions. The reason I have not is that reduce functions are > not batched, so libr

Apache CouchDB 1.2.2 - strange

2013-04-03 Thread Marten Feldtmann
Hmm, I just downloaded the stuff for Windows (1.2.2 Erlang15) and installed it over my 1.2.0 version: -> names itself: "CouchDb 1.3.0a-424a879-git" -> when looking into a database via _utils I always get an error "Error: not_found" missing Marten On 02.04.2013 19:58, Noah Slater wrote: Dea

Re: [ANNOUNCE] Apache CouchDB 1.2.2 has been released

2013-04-03 Thread Nestor Urquiza
Thanks Noah. Looking forward for the integration! - Nestor On Tue, Apr 2, 2013 at 10:45 PM, Noah Slater wrote: > Nestor, > > Nope. But work on the BigCouch merge is active at the moment. Our 1.3.0 > feature release should be done next week or so. And then in three months we > should see a 2.0.0

add_lib in reducers?

2013-04-03 Thread Samuel Williams
Hi, I've implemented a Ruby query server. I wanted to have libraries available to reduce functions. Is it okay to have add_lib add libraries to both mapper context and reduce context? The method of loading libraries seems a bit cumbersome in the current implementation, reducers are treated quit

Re: saving attachments with a name that starts with an underscore

2013-04-03 Thread Robert Newson
{"error":"bad_request","reason":"Attachment name can't start with '_'"} underscore prefix is reserved generally. :) B. On 3 April 2013 19:52, Cory Zue wrote: > I'm trying to save an attachment to a couch doc that starts with an > underscore (e.g. "_myfile.txt") and i'm getting rejected with "

Re: saving attachments with a name that starts with an underscore

2013-04-03 Thread Alexander Shorin
Hi Cory Attachment names and any top level document fields are forbidden to starts with underscore `_` character since it is used to mark private or system fields that CouchDB may use for internal proposes. So this is by design, you have to rename your attachment and strip leading underscore. I'm

saving attachments with a name that starts with an underscore

2013-04-03 Thread Cory Zue
I'm trying to save an attachment to a couch doc that starts with an underscore (e.g. "_myfile.txt") and i'm getting rejected with "[Errno 104] Connection reset by peer". Is this a known limitation of couch or a bug in my client library (couchdbkit)? thanks, Cory

Re: [ANNOUNCE] Apache CouchDB 1.2.2 has been released

2013-04-03 Thread Алекс Zatvornitskiy
Great news! We're waiting 2.0.0 On Wed, Apr 3, 2013 at 10:45 AM, Dave Cottlehuber wrote: > Hi Andrew, > > What are the features / issues you'd like to see taken care of? > > A+ > Dave > > > > On 3 April 2013 04:52, Andrew Melo wrote: > > > Hi Noah > > > > On Apr 2, 2013, at 21:45, Noah Slater

Re: Update to 1.2.1 on Windows > couch not available any more

2013-04-03 Thread Alexander Gabriel
Thanks, Dave. I haven't worked with irc yet and I'd probably make a fool of myself on the first attempt. I did install mIRC and registered in freenode #couchdb as barbalex. I tried deinstalling CouchDB 1.2.2, eliminating C:\Program Files (x86)\Apache Software Foundation\CouchDB, stopping all the

Re: Update to 1.2.1 on Windows > couch not available any more

2013-04-03 Thread Dave Cottlehuber
Hi Alex, Nothing screams out at me what's not working. If you are able to jump on IRC we can take a look together. Upgrading should be pretty straightforwards but I am not sure what we are missing here. I think it's time to add an upgrade section to the docs also. A+ Dave On 3 April 2013 03:1

Re: [ANNOUNCE] Apache CouchDB 1.2.2 has been released

2013-04-03 Thread Dave Cottlehuber
Hi Andrew, What are the features / issues you'd like to see taken care of? A+ Dave On 3 April 2013 04:52, Andrew Melo wrote: > Hi Noah > > On Apr 2, 2013, at 21:45, Noah Slater wrote: > > > Nestor, > > > > Nope. But work on the BigCouch merge is active at the moment. Our 1.3.0 > > feature r