From 8fc0a6934da232654dd2ee2521c078616db8bdab Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Sun, 18 Jan 2009 13:19:43 +0000 Subject: [PATCH] take some notes. --- docs/release.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release.html b/docs/release.html index 572c9e8..34c3295 100644 --- a/docs/release.html +++ b/docs/release.html @@ -22,6 +22,8 @@ Changes:
9.) Rename trim() funtion in order to avoid conflict of function name(report from Dominic Smith).
10.) Put back the change to add *read only* clause for read only cursors.
11.) Improve pgtype_transfer_octet_length().
+12.) Fix a bug reported by Milen Manev that SQLExec *select for a table* -> SQLDescribeCol() -> add a column to the table -> SQLExec *select for the table* -> SQLDescribeCol() for the added column causes a bad result.
+13.) Use strncpy_null() instead of strncpy().

  • Notes: psqlODBC 08.03.0400

  • Changes:
    -- 2.39.5