List:Commits« Previous MessageNext Message »
From:anthony.bedford Date:July 8 2008 9:51am
Subject:svn commit - mysqldoc@docsrva: r11106 - trunk/dynamic-docs/changelog
View as plain text  
Author: tbedford
Date: 2008-07-08 11:51:37 +0200 (Tue, 08 Jul 2008)
New Revision: 11106

Log:
Fixing C/ODBC Bugs:
#37342



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


Modified: trunk/dynamic-docs/changelog/connector-odbc.xml
===================================================================
--- trunk/dynamic-docs/changelog/connector-odbc.xml	2008-07-08 09:28:17 UTC (rev 11105)
+++ trunk/dynamic-docs/changelog/connector-odbc.xml	2008-07-08 09:51:37 UTC (rev 11106)
Changed blocks: 1, Lines Added: 26, Lines Deleted: 0; 1026 bytes

@@ -5,6 +5,32 @@
   <logentry entrytype="bug">
 
     <bugs>
+      <fixes bugid="37342"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        ODBC <literal>TIMESTAMP</literal> string format is not handled
+        properly by the MyODBC driver. When passing a
+        <literal>TIMESTAMP</literal> or <literal>DATE</literal> to
+        MyODBC, in the ODBC format: {d &lt;date&gt;} or {ts
+        &lt;timestamp&gt;}, the string that represents this is copied
+        once into the SQL statement, and then added again, as an escaped
+        string.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
       <fixes bugid="35920"/>
     </bugs>
 


Thread
svn commit - mysqldoc@docsrva: r11106 - trunk/dynamic-docs/changeloganthony.bedford8 Jul