schemacrawler / SchemaCrawler

Free database schema discovery and comprehension tool
http://www.schemacrawler.com/
Other
1.6k stars 199 forks source link

Remove support for options.setTableNamePattern("%"); #89

Closed schemacrawler closed 8 years ago

schemacrawler commented 8 years ago

Remove support for SchemaCrawlerOptions - options.setTableNamePattern("%");, since this was a hack outside the regular expression support for SchemaCrawler, and some JDBC drivers do not support this as per JDBC specifications.

schemacrawler commented 8 years ago

Second guessing this.