schemacrawler / SchemaCrawler

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

SqlServer connection pattert #20

Closed denyskonakhevych closed 8 years ago

denyskonakhevych commented 8 years ago

Hello, Sualeh

I try to inspect MySQL database using connection like "jdbc:sqlserver:". However, SchemaCrawler resolves SqlServerDatabaseConnector if connection starts with "jdbc:jtds:sqlserver:". Is it possible to change connectionUrlPattern from "jdbc:jtds:sqlserver:." to "jdbc:(jtds:)?sqlserver:." ?.

Thank you

schemacrawler commented 8 years ago

Please let me know exactly which database and which JDBC driver you wish to use. There seems to be some inconsistency here. By default, SchemaCrawler supports the open source jTDS driver for Microsoft SQL Server.

denyskonakhevych commented 8 years ago

Hello, Sualeh

We tried jTDS and it works fine. Thank you for your reply. Issue is not valid.