Skip to content

Commit

Permalink
Trailing space in configuration caused exception trying to load mssql…
Browse files Browse the repository at this point in the history
….properties
  • Loading branch information
johncurrier committed Oct 20, 2008
1 parent 651d778 commit e2cacb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/net/sourceforge/schemaspy/dbTypes/mssql-jtds.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
description=jTDS JDBC Driver for Microsoft SQL 2000/2005 Server

# some details in mssql.properties:
extends=mssql
extends=mssql

# if domain is required then use -connprops=domain\=mydomain
connectionSpec=jdbc:jtds:sqlserver://<host>:<port>/<db>
connectionSpec=jdbc:jtds:sqlserver://<host>:<port>/<db>

host=database server host
port=database port on host
Expand Down

0 comments on commit e2cacb1

Please sign in to comment.