Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6B720D29C for ; Thu, 8 Nov 2012 22:27:13 +0000 (UTC) Received: (qmail 8414 invoked by uid 500); 8 Nov 2012 22:27:11 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 8354 invoked by uid 500); 8 Nov 2012 22:27:11 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 8345 invoked by uid 99); 8 Nov 2012 22:27:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2012 22:27:11 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rkevinburton@charter.net designates 216.33.127.81 as permitted sender) Received: from [216.33.127.81] (HELO mta21.charter.net) (216.33.127.81) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2012 22:27:02 +0000 Received: from imp11 ([10.20.200.11]) by mta21.charter.net (InterMail vM.8.01.05.09 201-2260-151-124-20120717) with ESMTP id <20121108222641.IHWT10448.mta21.charter.net@imp11> for ; Thu, 8 Nov 2012 17:26:41 -0500 Received: from KevinPC ([24.159.241.210]) by imp11 with smtp.charter.net id MASh1k00G4Z4VX405AShBi; Thu, 08 Nov 2012 17:26:41 -0500 X-Authority-Analysis: v=1.1 cv=Agrl9JAs5+GZar64di+3zu8XOh97iO5Qaqn/xe6For4= c=1 sm=1 a=yUnIBFQkZM0A:10 a=kj9zAlcOel0A:10 a=rvDZ1Ou6zk5jcJFOa7NSqA==:17 a=svJtM-UlAAAA:8 a=mV9VRH-2AAAA:8 a=hOpmn2quAAAA:8 a=1XWaLZrsAAAA:8 a=uavGVXVb6Z-3DPQ_5TAA:9 a=CjuIK1q_8ugA:10 a=fUa1Fmk-H1MA:10 a=hUswqBWy9Q8A:10 a=rvDZ1Ou6zk5jcJFOa7NSqA==:117 From: "Kevin Burton" To: References: <012d01cdbdeb$0232f2b0$0698d810$@charter.net> <509C1D9C.8020807@gmail.com> <016101cdbdfb$b8b8eb60$2a2ac220$@charter.net> In-Reply-To: Subject: RE: Executing a view Date: Thu, 8 Nov 2012 16:26:39 -0600 Message-ID: <016f01cdbe00$1f04fb30$5d0ef190$@charter.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQJmG0AJ38t1dxRW47/s7Cw5UMljaQH0ngsXAeYvfjMCpUUzZpZ7yAjQ Content-Language: en-us X-Virus-Checked: Checked by ClamAV on apache.org Thank you. I saw the github link but my question is not really an "issue". I picture "issues" as being bugs. This isn't a bug. As for the first URL I saw that also. But it doesn't show how to execute a view it just shows that one is automatically created. Anyone have a more definitive answer? -----Original Message----- From: matt j. sorenson [mailto:matt@sorensonbros.net] Sent: Thursday, November 08, 2012 4:13 PM To: user@couchdb.apache.org Subject: Re: Executing a view On Thu, Nov 8, 2012 at 3:55 PM, Kevin Burton wrote: > For the driver selection. It was a decision based on a list of .NET > drivers listed on the CouchDB web site. If you have a suggestion of a > .NET driver that has a user group and full documentation I would > happily accept your suggestion. I could not see that any of the .NET > drivers had a user group or a URL for documentation. > > This is again a driver question as there is no way that I know to pass > the URL to the driver and tell it to execute it. > Belay Software links to the project's home page here http://code.google.com/p/relax-net/ and the "support" link for Hammock from their website brings one to the issues form here http://code.google.com/p/relax-net/issues/entry >From the first page, it appears that when you issue the query (in linq or nhibernate syntax? not sure, don't use the platform) that it actually generates the view and executes it and returns the results all in that one swoop. hth