From b3a806ae4057f2001c3b018150efd84d558b779e Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Sat, 25 Apr 2009 09:14:26 +0000 Subject: [PATCH] some adjustment. --- docs/release.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release.html b/docs/release.html index fc350dd..b491cb4 100644 --- a/docs/release.html +++ b/docs/release.html @@ -26,7 +26,7 @@ Changes:
13.) Use strncpy_null() instead of strncpy().
14.) Close (holdable) cursors on commit if possible.
15.) Recycle columns cache info if the size becomes pretty large.
-16.) Add sslverify=none to conninfo in case of SSL connections via libpq of version 8.4.
+16.) Add a 'verify-ca' and 'verify-full' to the sslmode option via libpq of version 8.4.
17.) Add a functionality to change the directory for logging.
18.) Correct the error code for communication errors.
19.) Correct the conversion between UTF-16 and UTF-8 for non UCS2 characters.
@@ -34,6 +34,7 @@ Changes:
21.) Add a textbox to setup dialog to change the directory for logging.
22.) Allow multiple Connsettings statements in connection string by enclosing them by braces({}).
23.) Improve the transactional control under useDeclareFetch mode.
+24.) Take the platforms where char is unsigned into account per report from Alex Goncharov.
  • Notes: psqlODBC 08.03.0400

  • Changes:
    -- 2.39.5