List:Commits« Previous MessageNext Message »
From:stefan Date:June 21 2007 9:41am
Subject:svn commit - mysqldoc@docsrva: r6879 - trunk/refman-common
View as plain text  
Author: shinz
Date: 2007-06-21 11:41:24 +0200 (Thu, 21 Jun 2007)
New Revision: 6879

Log:
C/ODBC 3.51.16 changelog, relese date (June 15)

Modified:
   trunk/refman-common/news-myodbc.xml


Modified: trunk/refman-common/news-myodbc.xml
===================================================================
--- trunk/refman-common/news-myodbc.xml	2007-06-21 07:55:48 UTC (rev 6878)
+++ trunk/refman-common/news-myodbc.xml	2007-06-21 09:41:24 UTC (rev 6879)
Changed blocks: 3, Lines Added: 25, Lines Deleted: 3; 1497 bytes

@@ -864,7 +864,7 @@
 
   <section id="myodbc-news-3-51-16">
 
-    <title>Changes in Connector/ODBC 3.51.16 (Not yet released)</title>
+    <title>Changes in Connector/ODBC 3.51.16 (15 June 2007)</title>
 
     <para>
       Functionality added or changed:

@@ -874,8 +874,9 @@
 
       <listitem>
         <para>
-          Connector/ODBC now supports using SSL for communication. (Bug
-          #12918)
+          Connector/ODBC now supports using SSL for communication. This
+          is not yet exposed in the setup GUI, but must be enabled
+          through configuration files or the DSN. (Bug #12918)
         </para>
       </listitem>
 

@@ -950,6 +951,27 @@
         </para>
       </listitem>
 
+      <listitem>
+        <para>
+          Calls to SQLNativeSql() could cause stack corruption due to an
+          incorrect pointer cast. (Bug #28758)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          SQLTables() did not distinguish tables from views. (Bug
+          #23031)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          SQL_WVARCHAR and SQL_WLONGVARCHAR parameters were not properly
+          quoted and escaped. (Bug #16235)
+        </para>
+      </listitem>
+
     </itemizedlist>
 
   </section>


Thread
svn commit - mysqldoc@docsrva: r6879 - trunk/refman-commonstefan21 Jun