List:Commits« Previous MessageNext Message »
From:paul Date:May 13 2008 2:07pm
Subject:svn commit - mysqldoc@docsrva: r10722 - in trunk: . dynamic-docs/changelog refman-common
View as plain text  
Author: paul
Date: 2008-05-13 16:07:10 +0200 (Tue, 13 May 2008)
New Revision: 10722

Log:
 r31339@frost:  paul | 2008-05-13 09:06:54 -0500
 Documented MyODBC bugfixes:
 Bug#33910: SQLGetDiagRec Returns 0 with no error message
 Bug#35581: Wrong column info in ODBC driver, DECIMAL is mapped to CURRENCY
 Bug#35776: driver installer (myodbc-installer.exe) fails to create a new DSN


Modified:
   trunk/dynamic-docs/changelog/connector-odbc-versions.xml
   trunk/dynamic-docs/changelog/connector-odbc.xml
   trunk/refman-common/news-codbc-core.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31306
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31213
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31339
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31213


Modified: trunk/dynamic-docs/changelog/connector-odbc-versions.xml
===================================================================
--- trunk/dynamic-docs/changelog/connector-odbc-versions.xml	2008-05-13 09:02:02 UTC (rev 10721)
+++ trunk/dynamic-docs/changelog/connector-odbc-versions.xml	2008-05-13 14:07:10 UTC (rev 10722)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 0; 1018 bytes

@@ -3,6 +3,7 @@
 <versionlog>
 
   <mysqlproductname title="MySQL Connector/ODBC"/>
+  <versionentry ver="5.1.4" reldate="Not yet released"></versionentry>
   <versionentry ver="5.1.3" reldate="Not yet released"></versionentry>
   <versionentry ver="5.1.2" reldate="13 February 2008">
 

@@ -188,6 +189,7 @@
   <versionentry ver="5.0.3" reldate="20 June 2006"/>
   <versionentry ver="5.0.2" reldate="Never released"/>
   <versionentry ver="5.0.1" reldate="5 June 2006"/>
+  <versionentry ver="3.51.25" reldate="Not yet released"/>
   <versionentry ver="3.51.24" reldate="Not yet released"/>
   <versionentry ver="3.51.23" reldate="09 January 2008"/>
   <versionentry ver="3.51.22" reldate="13 November 2007"/>


Modified: trunk/dynamic-docs/changelog/connector-odbc.xml
===================================================================
--- trunk/dynamic-docs/changelog/connector-odbc.xml	2008-05-13 09:02:02 UTC (rev 10721)
+++ trunk/dynamic-docs/changelog/connector-odbc.xml	2008-05-13 14:07:10 UTC (rev 10722)
Changed blocks: 2, Lines Added: 70, Lines Deleted: 1; 2031 bytes

@@ -710,7 +710,7 @@
 
       <para>
         When accessing column data,
-        <literal>FLAG_COLUMN_SIZE_S32</literal> did not limi the octet
+        <literal>FLAG_COLUMN_SIZE_S32</literal> did not limit the octet
         length or display size reported for fields, causing problems
         with Microsoft Visual FoxPro.
       </para>

@@ -5868,4 +5868,73 @@
 
   </logentry>
 
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="35776"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.4"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The driver installer could not create a new DSN if many other
+        drivers were already installed.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="33910"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.4"/>
+    </versions>
+
+    <message>
+
+      <para>
+        On Linux, <function>SQLGetDiagRec()</function> returned
+        <literal>SQL_SUCCESS</literal> in cases when it should have
+        returned <literal>SQL_NO_DATA</literal>.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="35581"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.4"/>
+      <version ver="3.51.25"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The <function>SQLColAttribute()</function> function returned
+        <literal>SQL_TRUE</literal> when querying the
+        <literal>SQL_DESC_FIXED_PREC_SCALE (SQL_COLUMN_MONEY)</literal>
+        attribute of a <literal>DECIMAL</literal> column. Previously,
+        the correct value of <literal>SQL_FALSE</literal> was returned;
+        this is now again the case.
+      </para>
+
+    </message>
+
+  </logentry>
+
 </changelog>


Modified: trunk/refman-common/news-codbc-core.xml
===================================================================
--- trunk/refman-common/news-codbc-core.xml	2008-05-13 09:02:02 UTC (rev 10721)
+++ trunk/refman-common/news-codbc-core.xml	2008-05-13 14:07:10 UTC (rev 10722)
Changed blocks: 2, Lines Added: 16, Lines Deleted: 0; 1062 bytes

@@ -18,6 +18,14 @@
 
   <remark role="dynamic-dependency-list"/>
 
+  <section id="myodbc-news-5-1-4">
+
+    <title condition="dynamic:changelog:vertitle" role="5.1.4:connector-odbc:all"/>
+
+    <para condition="dynamic:changelog:entrylist" role="5.1.4:connector-odbc:all"/>
+
+  </section>
+
   <section id="myodbc-news-5-1-3">
 
     <title condition="dynamic:changelog:vertitle" role="5.1.3:connector-odbc:all"/>

@@ -407,6 +415,14 @@
 
   </section>
 
+  <section id="myodbc-news-3-51-25">
+
+    <title condition="dynamic:changelog:vertitle" role="3.51.25:connector-odbc:all"/>
+
+    <para condition="dynamic:changelog:entrylist" role="3.51.25:connector-odbc:all"/>
+
+  </section>
+
   <section id="myodbc-news-3-51-24">
 
     <title condition="dynamic:changelog:vertitle" role="3.51.24:connector-odbc:all"/>


Thread
svn commit - mysqldoc@docsrva: r10722 - in trunk: . dynamic-docs/changelog refman-commonpaul13 May