It turns out that the "anomaly" of nullable primary keys that must be unique is actually in the SQL standard and isn't an anomaly at all. |
|
More...
|
over 10 years ago
|
Corrected problem where View Definition label was rendered to the right of the view's definition |
|
More...
|
over 10 years ago
|
Notify ProgressListener of progression through the overall ERD generation process instead of hardcoding System.out.print()s. This allows differing views to inform the user of progress |
|
More...
|
over 10 years ago
|
Implementation of ProgressListener that sends its output to the console |
|
More...
|
over 10 years ago
|
Listener of schema analysis and ERD generation progress |
|
More...
|
over 10 years ago
|
Oracle's JDBC driver takes forever return from getExportedKeys() (30 secs per table), so I included additional feedback while that's occurring to reduce the perception of a lockup |
|
More...
|
over 10 years ago
|
Added comment as a warning that Oracle's JDBC driver's getExportedKeys() can be insanely slow (in the neighborhood of 30 secs per call) |
|
More...
|
over 10 years ago
|
Improved intelligence of determining implied FK relationships by prioritizing PKs that have the most number of real children |
|
More...
|
over 10 years ago
|
MSSQL Server adorns auto-incremented primary keys with 'identity,' breaking implied relationship identification. Switched to use the integer version of column type for that identification. |
|
More...
|
over 10 years ago
|
Bug 3429895 - put in a more reasonable default maximum database threads to prevent running out of threads |
|
More...
|
about 13 years ago
|
Bug 3428311 - Removed @ and : delineated portions of the database name when generating the XML filenames used |
|
More...
|
about 13 years ago
|
Bug 3427040 - column comments showing up as table comments in mssql05 |
|
More...
|
about 13 years ago
|
Bug 3427040 - column comments showing up as table comments in mssql05 |
|
More...
|
about 13 years ago
|
Added diagnostics to help figure out where connection URLs sometimes don't get interpreted correctly. |
|
More...
|
over 13 years ago
|
Reduced the complexity of detail diagrams by only showing important columns of tables within one degree of separation. |
|
More...
|
over 13 years ago
|
Was missing db help text |
|
More...
|
over 13 years ago
|
Now dumps the stack trace of failed queries of dot version when loglevel at INFO or higher |
|
More...
|
over 13 years ago
|
Changed null vs. 'null' check to be compliant with newer JDBC drivers. |
|
More...
|
over 13 years ago
|
Removed "null" default value anomaly due to the inability to accurately detect it. |
|
More...
|
over 13 years ago
|
Resolved bug 3296973 - Tables not included with -i appears in relationship tab. Also reduced config params being passed everywhere. |
|
More...
|
over 13 years ago
|
Removed diagnostic code |
|
More...
|
over 13 years ago
|
Prevent OS shells from expanding regular expressions as filenames. |
|
More...
|
over 13 years ago
|
Cleanup of warnings |
|
More...
|
over 13 years ago
|
Corrected regex used to extract SQL keywords |
|
More...
|
over 13 years ago
|
Updated documentation |
|
More...
|
over 13 years ago
|
Added catalog/schema details to relationships in generated XML |
|
More...
|
over 13 years ago
|
Restructured to conform to Maven's directory layout conventions |
|
More...
|
over 13 years ago
|
First pass at supporting stored procedures |
|
More...
|
over 13 years ago
|
First pass at adding support for stored procedures |
|
More...
|
over 13 years ago
|
Moved orphan state into config to simplify state determinism in preparation for stored procedure support |
|
More...
|
almost 14 years ago
|