From fd366e382cca5de9707466baad117985bb2d4574 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Sat, 16 Dec 2006 21:48:40 +0000 Subject: [PATCH] addendum of correction. --- docs/release.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/release.html b/docs/release.html index c4dd42b..156b2fe 100644 --- a/docs/release.html +++ b/docs/release.html @@ -10,6 +10,17 @@

psqlODBC release notes


Development snapshots

+
  • Notes: psqlODBC 08.02.0203

  • +Changes:
    +1) Fix a bug which forgets unnamed plans too early especially when handling large objects.
    +2) Don't treat charcters whose value >= 128 as alphanumeric in case of conversion of binary data to bytea.
    +3) Change ConfigDSN() so that it takes the options in Setup Dialog page 1 into account.
    +4) Simplify the memory management of statements'columns info so as to prevent memory leaks or a crash in parse_statement etc.
    +5) SQLTables("", SQL_ALL_SCHEMAS. "", ..) now returns a list of valid schemas.
    +6) SQLTables("", "", "", SQL_ALL_TABLE_TYPES) now returns a list of valid table types.
    +7) SQLGetInfo SQL_DATABASE_NAME now returns the database name.
    +8) Improve the automatic setting mechanism of the client_encoding for Windows code page 125x (ANSI drivers only).
    +
  • Notes: psqlODBC 08.02.0202

  • Changes:
    1) Change to use NULL indicator instead of the length buffer in SQLFetch.
    -- 2.39.5