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
Got rid of the unref'd primary keys anomaly...didn't make a lot of sense
John Currier
as johncurrier
More... over 19 years ago
Fix for bug 1215422 - exception when no tables in schema
John Currier
as johncurrier
More... over 19 years ago
Applied a more logical naming scheme to graphs
John Currier
as johncurrier
More... over 19 years ago
Fixed screwed-up method I was using to differentiate between degrees away from a table
John Currier
as johncurrier
More... over 19 years ago
If more than half of the tables have the same primary key then it's most likely a database where primary key names aren't unique
John Currier
as johncurrier
More... over 19 years ago
was getting javascript errors on the relationships graph
John Currier
as johncurrier
More... over 19 years ago
Way to share details of what we've done
John Currier
as johncurrier
More... over 19 years ago
Now lets viewer determine whether to see one or two degrees of separation on table details
John Currier
as johncurrier
More... over 19 years ago
Made UI concept of showing implied constraints consistent
John Currier
as johncurrier
More... over 19 years ago
Was still referencing LineWriter and ConnectionURLBuilder at their old locations
John Currier
as johncurrier
More... over 19 years ago
moved utility-like classes to the util package
John Currier
as johncurrier
More... over 19 years ago
Threaded creation of Tables after JProbe analysis
John Currier
as johncurrier
More... over 19 years ago
Missed a closing tag on a form...IE was the only one that complained...
John Currier
as johncurrier
More... over 19 years ago
Relationships didn't toggle correctly...wrong path
John Currier
as johncurrier
More... over 19 years ago
Significantly cleaned up how orphans are reported (and lots of misc cleanups)
John Currier
as johncurrier
More... over 19 years ago
removed erroneous complexity in determining whether implied constraints are involved
John Currier
as johncurrier
More... over 19 years ago
Made implied graph relationships optional
John Currier
as johncurrier
More... over 19 years ago
Now correctly identifies nullable columns
John Currier
as johncurrier
More... over 19 years ago
Added -cp to allow specifying a classpath for the database driver
John Currier
as johncurrier
More... over 19 years ago
Added check for tables with one column anomaly
John Currier
as johncurrier
More... over 19 years ago
Now checks for column names that increment, potentially indicating denormalization
John Currier
as johncurrier
More... over 19 years ago
added ref to web site in usage message
John Currier
as johncurrier
More... over 19 years ago
added stylesheet support
John Currier
as johncurrier
More... over 19 years ago
Can now customize stylesheets
John Currier
as johncurrier
More... over 19 years ago
Made the usage output easier to understand
John Currier
as johncurrier
More... over 19 years ago
Added build.xml
John Currier
as johncurrier
More... over 19 years ago
Added details on auto-updated and virual (pseudo) columns
John Currier
as johncurrier
More... over 19 years ago
Max Stocker suggested that I should add type information to the graphs
John Currier
as johncurrier
More... over 19 years ago
Metadata query wasn't specifying a schema
John Currier
as johncurrier
More... over 19 years ago
Michael Johns found some bugs in the check constraints SQL
John Currier
as johncurrier
More... over 19 years ago