Skip to content

Commit

Permalink
More 3.1.0 stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
johncurrier committed Oct 5, 2006
1 parent 9a896bf commit 9366974
Showing 1 changed file with 26 additions and 12 deletions.
38 changes: 26 additions & 12 deletions dist/releaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,38 +12,52 @@
<h3><a href='http://schemaspy.sourceforge.net'>SchemaSpy</a> Release Notes</h3>
<ul>

<li class='release'>x.x.x - xx/xx/2006
<li class='release'>3.1.0 - 10/05/2006
<ul>
<li>The Columns page is now sortable by column, table, type, size, nullability,
auto increment, default value, children or parents. Thanks to John Danilson for the suggestion.
<br>Implementation of <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1537790&group_id=137197&atid=737990">
feature request 1537790</a>.</li>
feature request 1537790</a>.
</li>
<li>Added a new option (-desc) to provide a description of the schema that is displayed
on the non-detail pages. Thanks to Amihay Gonen for the suggestion.
<br>Implementation of <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1479956&group_id=137197&atid=737990">
feature request 1479956</a>.</li>
feature request 1479956</a>.
</li>
<li>Added -notablecomments option for databases like MySQL that stuff unrelated data where comments belong.
<br>Implementation of <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1570467&group_id=137197&atid=737990">
feature request 1570467</a>.</li>
feature request 1570467</a>.
</li>
<li>Resolution of <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1484462&group_id=137197&atid=737987">
bug 1484462</a> - SchemaSpy_3.0.0 and Oracle 10g problems.
<br>Now ignores tables associated with Oracle's recycle bin.</li>
<br>Now ignores tables associated with Oracle's recycle bin.
</li>
<li>Resolution of <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1558067&group_id=137197&atid=737987">
bug 1558067</a> - OutOfMemoryError on Linux while trying to determine insertion order with
recursive constraints. Thanks to Remke Rutgers for his solution.
</li>
<li>Resolution of <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1530945&group_id=137197&atid=737987">
bug 1530945</a> - Incorrect variables size in DB2.
<br>Now uses the value from BUFFER_LENGTH if it's available.</li>
<br>Now uses the value from BUFFER_LENGTH if it's available.
</li>
<li>Resolution of <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1487385&group_id=137197&atid=737987">
bug 1487385</a> - XML file is not a valid UTF8.
<br>Bernard D'Havé provided the code to resolve this one.</li>
<br>Bernard D'Havé provided the code to resolve this one.
</li>
<li>Resolution of <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1507335&group_id=137197&atid=737987">
bug 1507335</a> - Views are not filtered with the regular expressions.</li>
<li>Resolution of <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1502357&group_id=137197&atid=737987">
bug 1502357</a> - Blank Relationships tab.</li>
bug 1502357</a> - Blank Relationships tab.
</li>
<li>Resolution of <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1530965&group_id=137197&atid=737987">
bug 1530965</a> - columns.html table output issues with DB2.</li>
bug 1530965</a> - columns.html table output issues with DB2.
</li>
<li>Resolution of <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1487385&group_id=137197&atid=737987">
bug 1487385</a> - XML file is not valid UTF8.</li>
<li>Resolution of an OutOfMemoryError on Linux while trying to determine insertion order with
recursive constraints. Thanks to Remke Rutgers for his solution.
bug 1487385</a> - XML file is not valid UTF8.
</li>
<li>Resolution of <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1571077&group_id=137197&atid=737987">
bug 1571077</a> - Long comments don't wrap.
</li>
</ul>
</li>

Expand Down

0 comments on commit 9366974

Please sign in to comment.