You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bo...@apache.org on 2008/06/30 23:22:01 UTC

svn commit: r672930 - /apr/apr-util/branches/1.3.x/CHANGES

Author: bojan
Date: Mon Jun 30 14:22:01 2008
New Revision: 672930

URL: http://svn.apache.org/viewvc?rev=672930&view=rev
Log:
Document PostgreSQL row counting fix for 1.3.x branch.

Modified:
    apr/apr-util/branches/1.3.x/CHANGES

Modified: apr/apr-util/branches/1.3.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/CHANGES?rev=672930&r1=672929&r2=672930&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/CHANGES [utf-8] (original)
+++ apr/apr-util/branches/1.3.x/CHANGES [utf-8] Mon Jun 30 14:22:01 2008
@@ -4,6 +4,9 @@
   *) Add Berkeley DB 4.7 support.
      [Arfrever Frehtes Taifersar Arahesis <arfrever.fta gmail.com>]
 
+  *) PostgreSQL rows (internally) start from zero, not one. Account for it in
+     row fetching function. [Bojan Smojver]
+
 Changes with APR-util 1.3.2
 
   *) Fix parameter parsing error in ODBC DBD driver.  [Tom Donovan]