List:Commits« Previous MessageNext Message »
From:anthony.bedford Date:November 12 2008 11:37am
Subject:svn commit - mysqldoc@docsrva: r12431 - trunk/dynamic-docs/changelog
View as plain text  
Author: tbedford
Date: 2008-11-12 12:37:59 +0100 (Wed, 12 Nov 2008)
New Revision: 12431

Log:
Added entries for bugs #29955, #30626, #39957.

Modified:
   trunk/dynamic-docs/changelog/connector-odbc.xml


Modified: trunk/dynamic-docs/changelog/connector-odbc.xml
===================================================================
--- trunk/dynamic-docs/changelog/connector-odbc.xml	2008-11-12 10:55:45 UTC (rev 12430)
+++ trunk/dynamic-docs/changelog/connector-odbc.xml	2008-11-12 11:37:59 UTC (rev 12431)
Changed blocks: 1, Lines Added: 75, Lines Deleted: 1; 1935 bytes

@@ -1,10 +1,84 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE changelog SYSTEM "changelog.dtd">
 <changelog>
 
   <logentry entrytype="bug">
 
     <bugs>
+      <fixes bugid="39957"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The <literal>SQLTablesW</literal> API gave incorrect results.
+        For example, table name and table type were returned as
+        <literal>NULL</literal> rather than as the correct values.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="30626"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.4"/>
+    </versions>
+
+    <message>
+
+      <para>
+        No result record was returned for
+        <literal>SQLGetTypeInfo</literal> for the
+        <literal>TIMESTAMP</literal> data type. An application would
+        receive the result <literal>return code 100
+        (SQL_NO_DATA_FOUND)</literal>.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="29955"/>
+    </bugs>
+
+    <versions>
+      <version ver="3.51.27"/>
+      <version ver="5.1.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        It was not possible to use Connector/ODBC to connect to a server
+        using SSL. The following error was generated:
+      </para>
+
+<programlisting>
+Runtime error &apos;-2147467259 (80004005)&apos;:
+
+[MySQL][ODBC 3.51 Driver]SSL connection error.
+</programlisting>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
       <fixes bugid="40316"/>
     </bugs>
 


Thread
svn commit - mysqldoc@docsrva: r12431 - trunk/dynamic-docs/changeloganthony.bedford12 Nov