From fc4a405efe640954082dc229306dcf3afd9973db Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Sun, 4 Jan 2009 05:26:39 +0000 Subject: [PATCH] take some notes. --- docs/release.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/release.html b/docs/release.html index e04e95b..572c9e8 100644 --- a/docs/release.html +++ b/docs/release.html @@ -11,9 +11,17 @@

psqlODBC 08.xx.xxxx Release

Changes:
-1) Avoid a crash on exit when using SSL connections by resetting CRTPTO_xx_callbacks before unloding libpq.
-2) Correct the funtion name DiscardRollbackState pointed out by Zoltan Boszormenyi. -3) Correct the value of INDEX_QUALIFIER column which returned by SLQSTATISTICS(); +1.) Avoid a crash on exit when using SSL connections by resetting CRTPTO_xx_callbacks before unloding libpq.
+2.) Correct the funtion name DiscardRollbackState pointed out by Zoltan Boszormenyi.
+3.) Correct the value of INDEX_QUALIFIER column which returned by SLQSTATISTICS();
+4.) Take domain types into account in SQLColumns() (Thanks to Luiz K. Matsumura).
+5.) Take RESTRICT actions into account in SQLForeignKeys() (report from Farid Zidan).
+6.) Fix a bug that small negative decimal values are mistaken for non-negative (bug report from Dominic Smith).
+7.) Use MSG_NOSIGNAL/MSG_NOSIGPIPE option on send()/recv() to avoid crash on SIGPIPE (bug report from Brian Feldman).
+8.) Remove a spurious "." with no trailing digits in timestamp representation (bug report from Brian Feldman).
+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().

  • Notes: psqlODBC 08.03.0400

  • Changes:
    -- 2.39.5