Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 18462 invoked from network); 13 Jun 2006 03:55:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jun 2006 03:55:20 -0000 Received: (qmail 43974 invoked by uid 500); 13 Jun 2006 03:55:19 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 43936 invoked by uid 500); 13 Jun 2006 03:55:18 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 43925 invoked by uid 99); 13 Jun 2006 03:55:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jun 2006 20:55:18 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of bojan@rexursive.com designates 203.171.74.242 as permitted sender) Received: from [203.171.74.242] (HELO beauty.rexursive.com) (203.171.74.242) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jun 2006 20:55:18 -0700 Received: from coyote.rexursive.com (coyote.rexursive.com [172.27.0.22]) by beauty.rexursive.com (Postfix) with ESMTP id 2C9A8255399 for ; Tue, 13 Jun 2006 13:54:56 +1000 (EST) Subject: Re: svn commit: r413798 - in /apr/apr-util/trunk/dbd: apr_dbd_pgsql.c apr_dbd_sqlite3.c From: Bojan Smojver To: dev@apr.apache.org In-Reply-To: <20060613034955.7B3C41A983A@eris.apache.org> References: <20060613034955.7B3C41A983A@eris.apache.org> Content-Type: text/plain Date: Tue, 13 Jun 2006 13:54:55 +1000 Message-Id: <1150170895.3581.61.camel@coyote.rexursive.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 (2.6.2-1.fc5.5) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Tue, 2006-06-13 at 03:49 +0000, bojan@apache.org wrote: > Author: bojan > Date: Mon Jun 12 20:49:54 2006 > New Revision: 413798 > > URL: http://svn.apache.org/viewvc?rev=413798&view=rev > Log: > Don't expect variable argument list to end with NULL > for PostgreSQL and SQLite3 DBD drivers. Count instead. I've tested this and it appears to work. However, before I backport this to 1.2.x, it would be good if someone could double check. -- Bojan