X-Original-To: pgsql-advocacy-postgresql.org@localhost.postgresql.org Received: from localhost (mx1.hub.org [200.46.208.251]) by postgresql.org (Postfix) with ESMTP id 06E769F9EEB for ; Sat, 20 May 2006 05:10:51 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.208.251]) (amavisd-new, port 10024) with ESMTP id 52727-02 for ; Sat, 20 May 2006 05:10:41 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey- Received: from service-web.de (p15093784.pureserver.info [217.160.106.224]) by postgresql.org (Postfix) with ESMTP id 839D29F9316 for ; Sat, 20 May 2006 05:10:41 -0300 (ADT) Received: from [192.168.178.99] (p548B0975.dip0.t-ipconnect.de [84.139.9.117]) by service-web.de (Postfix) with ESMTP id BA45920002F; Sat, 20 May 2006 10:10:30 +0200 (CEST) Message-ID: <446ECEE8.9070602@wildenhain.de> Date: Sat, 20 May 2006 10:10:16 +0200 From: Tino Wildenhain User-Agent: Mail/News 1.5 (X11/20060228) MIME-Version: 1.0 To: nhrcommu@rochester.rr.com Cc: pgsql-advocacy@postgresql.org Subject: Re: OO PostgreSQL Driver References: <446CD9F3.9020100@sourceview.com> <200605191018.00798.josh@agliodbs.com> <446E0CE9.5070305@commandprompt.com> <200605191320.32893.aklaver@comcast.net> <446E2B88.90206@rochester.rr.com> In-Reply-To: <446E2B88.90206@rochester.rr.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200605/110 X-Sequence-Number: 9049 Mike Ellsworth wrote: > I will donate $1,000, specifically for this driver. > > If it requires more ... then ideally someone else should pick up the diff. > > I'll send the check today if I get a confirm that the $ will be directed > specifically at this need. > > Thanks, > Mike > > > > > > Adrian Klaver wrote: >> On Friday 19 May 2006 11:22 am, Joshua D. Drake wrote: >> >>>> Other projects need even more intensive coding help. OpenOffice, for >>>> example, doesn't offer the Postgres driver by default because it's still >>>> too buggy. That would be solvable with money, but $1000 to $2000, not >>>> $50. >>>> >>> Does it really need one since it supports JDBC and ODBC? actually JDBC, ODBC and even that SDBC driver available for OO and postgres work quite well - however for some reason OO wants to parse the SQL expression with its own naive SQL parser befor anything gets sent to the database. So in the end beside some simple select foo from bartable there is not much you can do with it. (JOIN? Group by? function call? Forget it ;) So I think not only the driver (and the bundling) but overall support of SQL and specifiacally some dialect specifics of postgres should come in. Regards Tino Wildenhain