From 571ee794858e49e102d6ef4974346a58e0a1a290 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Sat, 21 Aug 2010 07:21:06 +0000 Subject: [PATCH] add the change logs. --- docs/release.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release.html b/docs/release.html index 81daa3d..fa1fdfd 100644 --- a/docs/release.html +++ b/docs/release.html @@ -25,6 +25,12 @@ Changes:
12.) Apply the patch by Peter Crabtree which fixes a crash bug.
13.) Improve the handling of bools_as_char case.
14.) Fix a bug when creating a connection string.
+15.) Use pg_get_expr(adbin, ..) instead of unreliable adsrc in pg_attrdef so as to know the sequence name associated with serial items.
+16.) Added 64-bit version of installer files.
+17.) Introduce pgtype_attr_xxxx functions which take a typmod parameter as well as a type oid parameter as an extension of pgtype_xxxx functions so that SQLColumns and SQLDescribeCol(SQLColAttrinute) could use common functions.
+18.) Call PQconnectdbParams instead of PQconnectdb when it's available.
+19.) Make cursor open check at transaction end a little more effective.
+20.) Added code for SQL_INTERVAL support and refcursor support though they are disabled.

  • Notes: psqlODBC 08.04.0200

  • Changes:
    -- 2.39.5