Per a suggestion from Darren, changed the skipping of tables in the GraphViz
authorKen Youens-Clark <kclark@cpan.org>
Fri, 3 Apr 2009 20:07:45 +0000 (20:07 +0000)
committerKen Youens-Clark <kclark@cpan.org>
Fri, 3 Apr 2009 20:07:45 +0000 (20:07 +0000)
commit818e0d98d233abdff53c6dad531ceafb4351675f
treefaa34613ee7584a1dd62ebab970d2918c38bf12b
parent12018c0920bca7f83d7d939a704a8f6dfaaf2dce
Per a suggestion from Darren, changed the skipping of tables in the GraphViz
producer to either skip on table names or regular expressions:
For example, if there are tables named foo, bar, and baz, with join
tables foo_bar and foo_baz, and you only want to skip foo but not
foo_bar and foo_baz, you would need to use the regex foo$, but this
contradicts the "table name" part of the docs.
bin/sqlt-graph
lib/SQL/Translator/Producer/GraphViz.pm