summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2008-06-30 21:21:02 +0000
committerbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2008-06-30 21:21:02 +0000
commitd8d9c3741bac93bbb0052b4e66dfe325ddba04fd (patch)
treeaf3deceffc91bbedd628e0437ecb8220aacece26
parentd45884c8edc94d8416f09d240dc1a58a126d2a67 (diff)
downloadlibapr-util-d8d9c3741bac93bbb0052b4e66dfe325ddba04fd.tar.gz
Document PostgreSQL row counting fix.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@672928 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e226c248..b6f40c69 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,9 @@ Changes with APR-util 1.4.0
*) 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.