11
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected almost 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Can now more accurately detect implied relationships. Also quoted the graph name and added 'Generated by SchemaSpy'.
John Currier
as johncurrier
More... over 19 years ago
ASC_OR_DESC doesn't always exist in the ResultSet!
John Currier
as johncurrier
More... over 19 years ago
Better handling of row counting
John Currier
as johncurrier
More... over 19 years ago
Implied constraints are more accurately identified, supports dirs with spaces and timings are fixed.
John Currier
as johncurrier
More... over 19 years ago
Added inappropriate default nulls anomaly
John Currier
as johncurrier
More... over 19 years ago
Allows comparison between versions of products
John Currier
as johncurrier
More... over 19 years ago
Feature #1243120 - Support Oracle nested tables
John Currier
as johncurrier
More... over 19 years ago
More complete list of SQL keywords for View presentation as well as vendor-specific keywords
John Currier
as johncurrier
More... over 19 years ago
Was getting 'failed to determine auto increment status' on views...shouldn't even try with views
John Currier
as johncurrier
More... over 19 years ago
No longer build isAutoIncremented() SQL with column names (problematic with tables with reserved words). Now it uses the metadata to figure out the column names.
John Currier
as johncurrier
More... over 19 years ago
Michael Johns was experiencing a bug in the generated SQL that determines auto update status...now it won't die and will output some meaningful diagnostics.
John Currier
as johncurrier
More... over 19 years ago
Got rid of the isVirtual() crap
John Currier
as johncurrier
More... over 19 years ago
Moved determination of auto-increment here from Database...now it works!
John Currier
as johncurrier
More... over 19 years ago
Moved the determination of auto-increment into Table
John Currier
as johncurrier
More... over 19 years ago
Modified to point to a real version of the MySQL drivers
John Currier
as johncurrier
More... over 19 years ago
Added new method to aid in debugging result sets
John Currier
as johncurrier
More... over 19 years ago
Now reports whether indexes are ascending or descending
John Currier
as johncurrier
More... over 19 years ago
Records -> Rows
John Currier
as johncurrier
More... over 19 years ago
MySQL was returning tables when I asked for views...ugh!
John Currier
as johncurrier
More... over 19 years ago
Much more logical database specification...now you won't have slashes in your db name
John Currier
as johncurrier
More... over 19 years ago
No longer assumes that schema name is the same as user name when not specified and the database doesn't support named schemas
John Currier
as johncurrier
More... over 19 years ago
Wasn't corrently handling property file pseudo-inheritance when dumping db usage hints
John Currier
as johncurrier
More... over 19 years ago
Added 'support the project' link
John Currier
as johncurrier
More... over 19 years ago
*** empty log message ***
John Currier
as johncurrier
More... over 19 years ago
Niki Hansche couldn't get to his schema because SchemaSpy translated the schema name to all caps. Now the burden is on the developer.
John Currier
as johncurrier
More... over 19 years ago
Niki Hansche added Sybase support
John Currier
as johncurrier
More... over 19 years ago
Put SourceForge logo on generated pages
John Currier
as johncurrier
More... over 19 years ago
Oops...lost implied relationships
John Currier
as johncurrier
More... over 19 years ago
Put links to main pages on every page
John Currier
as johncurrier
More... over 19 years ago
More verbose messages when it can't resolve any tables in the specified schema
John Currier
as johncurrier
More... over 19 years ago