11
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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.
John Currier
as johncurrier
More... over 10 years ago
Corrected problem where View Definition label was rendered to the right of the view's definition
John Currier
as johncurrier
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
John Currier
as johncurrier
More... over 10 years ago
Implementation of ProgressListener that sends its output to the console
John Currier
as johncurrier
More... over 10 years ago
Listener of schema analysis and ERD generation progress
John Currier
as johncurrier
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
John Currier
as johncurrier
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)
John Currier
as johncurrier
More... over 10 years ago
Improved intelligence of determining implied FK relationships by prioritizing PKs that have the most number of real children
John Currier
as johncurrier
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.
John Currier
as johncurrier
More... over 10 years ago
Bug 3429895 - put in a more reasonable default maximum database threads to prevent running out of threads
John Currier
as johncurrier
More... about 13 years ago
Bug 3428311 - Removed @ and : delineated portions of the database name when generating the XML filenames used
John Currier
as johncurrier
More... about 13 years ago
Bug 3427040 - column comments showing up as table comments in mssql05
John Currier
as johncurrier
More... about 13 years ago
Bug 3427040 - column comments showing up as table comments in mssql05
John Currier
as johncurrier
More... about 13 years ago
Added diagnostics to help figure out where connection URLs sometimes don't get interpreted correctly.
John Currier
as johncurrier
More... over 13 years ago
Reduced the complexity of detail diagrams by only showing important columns of tables within one degree of separation.
John Currier
as johncurrier
More... over 13 years ago
Was missing db help text
John Currier
as johncurrier
More... over 13 years ago
Now dumps the stack trace of failed queries of dot version when loglevel at INFO or higher
John Currier
as johncurrier
More... over 13 years ago
Changed null vs. 'null' check to be compliant with newer JDBC drivers.
John Currier
as johncurrier
More... over 13 years ago
Removed "null" default value anomaly due to the inability to accurately detect it.
John Currier
as johncurrier
More... over 13 years ago
Resolved bug 3296973 - Tables not included with -i appears in relationship tab. Also reduced config params being passed everywhere.
John Currier
as johncurrier
More... over 13 years ago
Removed diagnostic code
John Currier
as johncurrier
More... over 13 years ago
Prevent OS shells from expanding regular expressions as filenames.
John Currier
as johncurrier
More... over 13 years ago
Cleanup of warnings
John Currier
as johncurrier
More... over 13 years ago
Corrected regex used to extract SQL keywords
John Currier
as johncurrier
More... over 13 years ago
Updated documentation
John Currier
as johncurrier
More... over 13 years ago
Added catalog/schema details to relationships in generated XML
John Currier
as johncurrier
More... over 13 years ago
Restructured to conform to Maven's directory layout conventions
John Currier
as johncurrier
More... over 13 years ago
First pass at supporting stored procedures
John Currier
as johncurrier
More... over 13 years ago
First pass at adding support for stored procedures
John Currier
as johncurrier
More... over 13 years ago
Moved orphan state into config to simplify state determinism in preparation for stored procedure support
John Currier
as johncurrier
More... almost 14 years ago