From 8953176a29b09894d155f37a12916ea58d464ba4 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Fri, 9 Mar 2007 23:58:09 +0000 Subject: [PATCH] Update document(8.2.0204snapshots). --- docs/release.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/release.html b/docs/release.html index 156b2fe..8b247e6 100644 --- a/docs/release.html +++ b/docs/release.html @@ -10,6 +10,23 @@

psqlODBC release notes


Development snapshots

+
  • Notes: psqlODBC 08.02.0204

  • +Changes:
    +1.) Configure the combination of time.h and sys/time.h.
    +2.) Treat the tables in information_schema as system tables.
    +3.) Correct the precision of SQL_NUMERIC_STRUCT.
    +4.) Change the default max varchar size from 254 to 255.
    +5.) Reset the fields information properly in case of SQLMoreResults.
    +6.) Implement SQLDescribeParam() also in case of multi-command queries.
    +7.) Handle dollar-quotes more properly.
    +8.) Provide a make option to link dynamic multithread library.
    +9.) Set the default nullablity to TRUE.
    +10.) Parse command delimiters(;) more correctly.
    +11.) Use QR_get_value_backend_text() or QR_get_value_backend_int()
    +12.) instead of QR_get_value_backend_row().
    +13.) Apply Parse statement or disallow premature properly.
    +14.) Reset current_schema cache in case 'set search_path ..' command is issued.
    +
  • Notes: psqlODBC 08.02.0203

  • Changes:
    1) Fix a bug which forgets unnamed plans too early especially when handling large objects.
    -- 2.39.5