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:21:02 UTC

svn commit: r672928 - /apr/apr-util/trunk/CHANGES

Author: bojan
Date: Mon Jun 30 14:21:02 2008
New Revision: 672928

URL: http://svn.apache.org/viewvc?rev=672928&view=rev
Log:
Document PostgreSQL row counting fix.

Modified:
    apr/apr-util/trunk/CHANGES

Modified: apr/apr-util/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/CHANGES?rev=672928&r1=672927&r2=672928&view=diff
==============================================================================
--- apr/apr-util/trunk/CHANGES [utf-8] (original)
+++ apr/apr-util/trunk/CHANGES [utf-8] Mon Jun 30 14:21:02 2008
@@ -13,6 +13,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.0
 
   *) apr_reslist: destroy all resources in apr_cleanup.