From 9a8c1821b72a61c239bf3f43c813a7cf00845c59 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Sun, 24 Oct 2010 02:09:25 +0000 Subject: [PATCH] some bug fixation. --- docs/release.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/release.html b/docs/release.html index 41bc8a9..92b4932 100644 --- a/docs/release.html +++ b/docs/release.html @@ -9,9 +9,20 @@

psqlODBC release notes


-

psqlODBC 09.00.0101 Release

+

psqlODBC 09.00.XXXX Release

Changes:
-1.) Fix build source of Windows 64bit environment. +1.) Fix a bug about sizeof() at idx_fake_oid of info.
+2.) Return 0 for the column size when the size of numeric items are unknown.
+ Also improve the calculation of scale of numeric items when it is not explicitly specified.
+3.) Change to use 'if' instead of an inappropriate 'else if' at cursor of convert.
+4.) Remember to set permanent flag to holdable cursors on commit with no precedent rollback (to savepoint) operations.
+ This fixes a crash bug in case of cursor operations across transaction.
+5.) Fix a bug about the handling of the SQL_RETRIEVE_DATA option.
+ Per report by Andreas.
+
+
  • Notes: psqlODBC 09.00.0101

  • +Changes:
    +1.) Fix build source of Windows 64bit environment.

  • Notes: psqlODBC 09.00.0100

  • Changes:
    -- 2.39.5