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
Resolved a NullPointerException that occurred when evaluating cross-catalog tables in databases that don't report schema details.
John Currier
as johncurrier
More... almost 14 years ago
Added a new -columndetails option that makes it possible to specify which details appear (and their order) on the columns tab.
John Currier
as johncurrier
More... almost 14 years ago
Can now use -all on databases like MySQL.
John Currier
as johncurrier
More... almost 14 years ago
Links to remote tables now also have direct links to the schema too.
John Currier
as johncurrier
More... almost 14 years ago
Added a summary of remote tables to the tables tab to quickly identify remote relationships
John Currier
as johncurrier
More... almost 14 years ago
It's now possible to supplement your real database metadata with logical tables and relationships.
John Currier
as johncurrier
More... almost 14 years ago
Bug 3177548 - -pfp doesn't work when analyzing multiple schemas
John Currier
as johncurrier
More... almost 14 years ago
Foundation for supporting image formats other than PNG (e.g. SVG). Unfortunately SVG isn't quite ready for prime time yet.
John Currier
as johncurrier
More... almost 14 years ago
Added an optional short_column_type to selectColumnTypesSql to simplify the generated ER diagrams. Otherwise they could become extremely large.
John Currier
as johncurrier
More... almost 14 years ago
Changed default from -lq (low quality) to -hq (high quality) after seeing how the low quality diagrams look on various systems
John Currier
as johncurrier
More... almost 14 years ago
Feature request 1598563 - Show full definition for ENUM and SET types
John Currier
as johncurrier
More... almost 14 years ago
Updated sample DDL to work with later versions of MySQL
John Currier
as johncurrier
More... almost 14 years ago
Low quality rendering was always being used when multiple schemas were being analyzed. Now honors -hq or -lq from command-line.
John Currier
as johncurrier
More... almost 14 years ago
Now makes sure XML-defined FKs point to PKs. If not then assumes it should have been a PK (with a warning).
John Currier
as johncurrier
More... almost 14 years ago
Resolved formatting and copyright issues
John Currier
as johncurrier
More... almost 14 years ago
Added support for more fully defining table details in XML
John Currier
as johncurrier
More... almost 14 years ago
Added support for more fully defining table details in XML
John Currier
as johncurrier
More... almost 14 years ago
Added logging of dot invocation details
John Currier
as johncurrier
More... almost 14 years ago
Fixed readability issue in error message
John Currier
as johncurrier
More... almost 14 years ago
Added knowledge of catalogs to support cross-schema relationships in databases that use catalogs (e.g. MySQL).
John Currier
as johncurrier
More... almost 14 years ago
Resolving warnings
John Currier
as johncurrier
More... almost 14 years ago
Removed unnecessary script
John Currier
as johncurrier
More... almost 14 years ago
Bug 3155648 - Firebird's drivers aren't multi-thread safe, so use at most one thread.
John Currier
as johncurrier
More... about 14 years ago
Refactored how the database driver gets loaded to make it easier to customize.
John Currier
as johncurrier
More... about 14 years ago
Bug 3148639 - views weren't being fully evaluated for relationships.
John Currier
as johncurrier
More... about 14 years ago
Feature Request 3141248 - Added support for H2 Database Engine
John Currier
as johncurrier
More... about 14 years ago
Patch 3140441 - now supports table names that include questionable characters like "#".
John Currier
as johncurrier
More... about 14 years ago
Implementation of feature request 3136739 - use default classloader if driverPath not specified
John Currier
as johncurrier
More... about 14 years ago
Bug 3101845 - Prevented the inadvertent recursion with with back-referencing cross-schema tables that resulted in OutOfMemoryErrors
John Currier
as johncurrier
More... about 14 years ago
Bug 3101845 - Prevented the inadvertent recursion with with back-referencing cross-schema tables that resulted in OutOfMemoryErrors
John Currier
as johncurrier
More... about 14 years ago