From 3b9e48da1b1e42b8b88e291b25e53bbf38591a59 Mon Sep 17 00:00:00 2001 From: johncurrier Date: Thu, 10 Feb 2011 16:21:37 +0000 Subject: [PATCH] Added an optional short_column_type to selectColumnTypesSql to simplify the generated ER diagrams. Otherwise they could become extremely large. --- dist/dbtypes.html | 3 ++- dist/releaseNotes.html | 13 ++++++++++--- .../schemaspy/dbTypes/mysql.properties | 7 ++++--- .../sourceforge/schemaspy/model/Database.java | 1 + .../schemaspy/model/TableColumn.java | 19 +++++++++++++++++++ .../sourceforge/schemaspy/view/DotNode.java | 2 +- 6 files changed, 37 insertions(+), 8 deletions(-) diff --git a/dist/dbtypes.html b/dist/dbtypes.html index 3a7b070..ee2199b 100644 --- a/dist/dbtypes.html +++ b/dist/dbtypes.html @@ -183,8 +183,9 @@

Custom SQL

selectColumnTypesSql table_name, column_name, column_type -   + short_column_type Details of unusual column types such as ENUMs. + The short version is used within ER diagrams to help make them more readable. Database diff --git a/dist/releaseNotes.html b/dist/releaseNotes.html index d971153..a119ddb 100644 --- a/dist/releaseNotes.html +++ b/dist/releaseNotes.html @@ -14,8 +14,14 @@

SchemaSpy Release Notes

  • x.x.x - xx/xx/xxxx - Subversion revision 596