Author: tbedford
Date: 2008-10-14 15:42:01 +0200 (Tue, 14 Oct 2008)
New Revision: 12057
Log:
Added entries for bugs #36085, #38825, #34812, #38783, #38944, and #39211.
Modified:
trunk/dynamic-docs/changelog/workbench.xml
Modified: trunk/dynamic-docs/changelog/workbench.xml
===================================================================
--- trunk/dynamic-docs/changelog/workbench.xml 2008-10-14 12:52:49 UTC (rev 12056)
+++ trunk/dynamic-docs/changelog/workbench.xml 2008-10-14 13:42:01 UTC (rev 12057)
Changed blocks: 2, Lines Added: 139, Lines Deleted: 1; 3324 bytes
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE changelog SYSTEM "changelog.dtd"
[
<!ENTITY % all.entities SYSTEM "all-entities.ent">
@@ -9,6 +9,144 @@
<logentry entrytype="bug">
<bugs>
+ <fixes bugid="39211"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.26"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The script generated by the <guimenu>Export</guimenu>,
+ <guimenu>Forward Engineer SQL CREATE Script</guimenu> menu item
+ contained invalid statements when using two schemata.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="38944"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.25"/>
+ </versions>
+
+ <message>
+
+ <para>
+ In the <guilabel>Foreign Key</guilabel> tab of the
+ <guilabel>Table Editor</guilabel>, the dropdown menu that is
+ displayed on clicking in the <guilabel>Referenced
+ Table</guilabel> column, listed table names by creation date,
+ rather than by sorted name.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="38783"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.25"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When you loaded a UTF-8 encoded script file into Workbench, the
+ embedded SQL editor replaced international characters with the
+ <literal>?</literal> symbol.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="34812"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.23"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Performing a <guimenu>Database Synchronization</guimenu>
+ resulted in erroneous <literal>ALTER</literal> statements being
+ generated.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="38825"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.25"/>
+ </versions>
+
+ <message>
+
+ <para>
+ If any <literal>DEFAULT</literal> properties were defined for a
+ model, they appeared to be lost after saving the model and
+ restarting Workbench.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="36085"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.24"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The auto-increment flag was not cleared internally for a column,
+ when the type of that column was changed to one for which
+ auto-increment is invalid e.g. <literal>char</literal>. When the
+ model was exported using <guimenu>Export</guimenu>,
+ <guimenu>Forward Engineer SQL Create Script</guimenu>, the
+ resulting script incorrectly retained the auto-increment flag
+ for the changed column.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
<fixes bugid="39140"/>
</bugs>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r12057 - trunk/dynamic-docs/changelog | anthony.bedford | 14 Oct |