From 98cd4e7483a47cc3ee88161812812df7a300de11 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Fri, 24 Jun 2011 16:14:53 +0000 Subject: [PATCH] Some bug fix notes. --- docs/release.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/release.html b/docs/release.html index 808b5e5..eeca5cf 100644 --- a/docs/release.html +++ b/docs/release.html @@ -9,7 +9,21 @@

psqlODBC release notes


-

psqlODBC 09.00.0300 Release

+

psqlODBC 09.00.03XX Release

+Changes:
+1.) Let SC_forget_unnamed() clear the result in case the statement is not executed yet. It would fix the bug reported by Silvio Brandani.
+2.) Fix the bug that strings are copied to a null pointer.
+3.) Don't clear the parsed plan in SC_recycle_statement().
+4.) Now SQLDescribeCol() can detect the changes of column type or size.
+5.) Handle *with or without oids* correctly.
+6.) Take the environment variable into account.
+7.) Use SOCK_get_next_n_bytes() instead of SOCK_get_next_byte().
+8.) Add some driver specific options for SQLSetConnectAttr().
+9.) Fix compilation errors in case ODBC 2.5.
+10.) Fix compilation error on different ODBCVER.
+11.) Correct the behavior of SQLSetConnectAttr() for the driver specific options.
+
+
  • Notes: psqlODBC 09.00.0300

  • Changes:
    1.) Don't propgate the connection level statment options to the internal statements. This fixes an infinite loop reported by Nelson Andre.
    2.) Improved a mylog output.
    -- 2.39.5