Skip to content

Commit

Permalink
The start of the next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncurrier committed Aug 28, 2006
1 parent 35bb4de commit 1439b0d
Showing 1 changed file with 49 additions and 4 deletions.
53 changes: 49 additions & 4 deletions dist/releaseNotes.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,62 @@
<html>
<head>
<title>SchemaSpy Release Notes</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<style type="text/css">
<title>SchemaSpy Release Notes</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<style type="text/css">
body { color: #000000; background-color: #F7F7F7; font-family: verdana, times, sans-serif; }
.release { font-weight: bold; padding-top: 12px}
li { font-weight: normal; }
</style>
</head>
<body>
<h3>SchemaSpy Release Notes</h3>
<h3><a href='http://schemaspy.sourceforge.net'>SchemaSpy</a> Release Notes</h3>
<ul>

<li class='release'>x.x.x - xx/xx/2006
<ul>
<li>The Columns page is now sortable by column, table, type, size, nullability,
auto increment, default value, children or parents. Thanks to XXXXXXXX for the suggestion.
</ul>
</li>

<li class='release'>3.0.0 - 05/07/2006
<ul>
<li>SchemaSpy now generates an XML representation of the database's schema.</li>
<li>New -all option analyzes all schemas in the database with one command.</li>
<li>Now displays database table and row comments.</li>
<li>Comments are normally hidden by default, but a new option reverses that behavior.</li>
<li>Added a new option to allow HTML in comments.</li>
<li>You can now specify a subset of tables/views to include in the analysis
with the new -i &lt;regularExpression&gt; option.</li>
<li>Now supports Firebird.</li>
<li>Now supports Microsoft SQL Server 2005 thanks to Craig Boland
providing a configured mssql05.properties file.</li>
<li>Now supports Informix thanks to Tom Conlin
providing a configured informix.properties file.</li>
<li>A new option (-maxdet) was added to help keep extremely large
schemas from getting out of control.</li>
<li>Some users needed to specify the character set used to connect to their
database, so a new option (-connprops) was added.</li>
<li>The relationships page will now always be available, even if there are no relationships or just
implied relationships.</li>
<li>Tables that contain only implied relationships will now show them by default.</li>
<li>Resolution of <a
href="https://sourceforge.net/tracker/index.php?func=detail&aid=1440650&group_id=137197&atid=737987">bug
1440650</a> - Oracle 10g flashback tables with bizarre illegal names
cause SchemaSpy to crash.</li>
<li>Added support for table names with embedded spaces (<a
href="http://sourceforge.net/tracker/index.php?func=detail&aid=1445745&group_id=137197&atid=737990">feature
request 1445745</a>) and reserved words (<a
href="http://sourceforge.net/tracker/index.php?func=detail&aid=1449203&group_id=137197&atid=737987">bug
1449203</a>).</li>
<li>Resolution of <a
href="https://sourceforge.net/tracker/?func=detail&atid=737987&aid=1481396&group_id=137197">bug
1481396</a> - NumberFormatException in view.DotFormatter.writeHeader. Now includes
diagnostics to help identify Graphviz configuration issues.</li>
<li>Cleaned-up the formatting of table details.</li>
</ul>
</li>

<li class='release'>2.1.2 - 02/28/2006
<ul>
<li>Now generates a relatively useful relationships page even if dot fails
Expand Down

0 comments on commit 1439b0d

Please sign in to comment.