<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/sql2dia/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/sql2dia/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/sql2dia/bugs/</id><updated>2007-08-24T11:51:58Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>comments inside the table description</title><link href="https://sourceforge.net/p/sql2dia/bugs/2/" rel="alternate"/><published>2007-08-24T11:51:58Z</published><updated>2007-08-24T11:51:58Z</updated><author><name>nojhan</name><uri>https://sourceforge.net/u/nojhan/</uri></author><id>https://sourceforge.net085eef3ff7478c23f557ef94470315430893fa03</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;If there is comments inside the table description, the output is completely messed.&lt;/p&gt;
&lt;p&gt;For example :&lt;/p&gt;
&lt;p&gt;/**&lt;br /&gt;
* description&lt;br /&gt;
*/&lt;br /&gt;
DROP TABLE IF EXISTS table1;&lt;br /&gt;
CREATE TABLE table1 (&lt;br /&gt;
...&lt;br /&gt;
/** comment&lt;br /&gt;
**/&lt;br /&gt;
);&lt;/p&gt;
&lt;p&gt;/** &lt;br /&gt;
* description&lt;br /&gt;
*/&lt;/p&gt;
&lt;p&gt;DROP TABLE IF EXISTS table2;&lt;br /&gt;
CREATE TABLE table2 (&lt;br /&gt;
...&lt;br /&gt;
);&lt;/p&gt;
&lt;p&gt;The output thus mix the two tables in a single one, misinterpreting the fields.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Fixed random order of table columns in output</title><link href="https://sourceforge.net/p/sql2dia/bugs/1/" rel="alternate"/><published>2005-05-09T14:13:59Z</published><updated>2005-05-09T14:13:59Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netc6373443c258cc339a0cdef38cb3e17fcabd1e60</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;because of "normal" perl hashes, the order of columns &lt;br /&gt;
in the output was random. I fixed this by using &lt;br /&gt;
Tie::IxHashes, as described in &lt;br /&gt;
&lt;a href="http://www.unix.org.ua/orelly/perl/cookbook/ch05_07.htm." rel="nofollow"&gt;http://www.unix.org.ua/orelly/perl/cookbook/ch05_07.htm.&lt;/a&gt; &lt;br /&gt;
See attached files. (Don't wonder, I also modified the &lt;br /&gt;
default font size.) &lt;/p&gt;
&lt;p&gt;Thomas &lt;/p&gt;&lt;/div&gt;</summary></entry></feed>