dev  

Re: svn commit: r657676 - in /apr/apr-util/branches/1.3.x: dbd/apr_dbd_mysql.c dbd/apr_dbd_pgsql.c include/apr_dbd.h

William A. Rowe, Jr.
Wed, 21 May 2008 05:44:28 -0700

[EMAIL PROTECTED] wrote:
Author: bojan
Date: Sun May 18 15:48:54 2008
New Revision: 657676

URL: http://svn.apache.org/viewvc?rev=657676&view=rev
Log:
Backport r657516, r657528, r657530, r657641 and r657643 from the trunk.
Make sure PGSQL and MySQL drivers count rows from 1, not 0.

IMHO this is a user-facing change and demands an explicit statement in
the CHANGES file, eh?  Was also staring this morning at the testdbd output
which reports results in a 0-based row list, perhaps that should change
so we don't confuse users?

Bill