summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-10-19 03:51:00 +0000
committerjlam <jlam@pkgsrc.org>2002-10-19 03:51:00 +0000
commit44b24b7f48b57e26351296f2b88a56a1a2675085 (patch)
tree65abfc34d3b0569182cc08e013f69c901fe8b885 /doc
parent685fd8b14848acfd7aa9eb4ac8a4c5ea6a1df9ce (diff)
downloadpkgsrc-44b24b7f48b57e26351296f2b88a56a1a2675085.tar.gz
Update databases/odbc-postgresql to version 7.2.3. Pkgsrc changes include
Splitting out a common Makefile for future unixodbc-postgresql and iodbc-postgresql packages. Changes from version 7.1.3 include: Remove query size limit (Hiroshi) Remove text field size limit (Hiroshi) Fix for SQLPrimaryKeys in multibyte mode (Hiroshi) Allow ODBC procedure calls (Hiroshi) Improve boolean handing (Aidan Mountford) Most configuration options on setable via DSN (Hiroshi) Multibyte, performance fixes (Hiroshi) Allow driver to be used with iODBC or unixODBC (Peter E) MD5 password encryption support (Bruce) Add more compatibility functions to odbc.sql (Peter E)
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 89db9b114f3..b376235fa18 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.307 2002/10/19 03:04:12 jlam Exp $
+$NetBSD: CHANGES,v 1.308 2002/10/19 03:51:37 jlam Exp $
Changes to the packages collection and infrastructure in 2002:
@@ -3327,3 +3327,4 @@ Changes to the packages collection and infrastructure in 2002:
Updated postgresql-server to 7.2.3 [jlam 2002-10-19]
Updated tcl-postgresql to 7.2.3 [jlam 2002-10-19]
Updated tk-postgresql to 7.2.3 [jlam 2002-10-19]
+ Updated odbc-postgresql to 7.2.3 [jlam 2002-10-19]