Skip to content

Commit 0f6d619

Browse files
authored
docs: update mssql connection string example in README (#866)
1 parent 48c4946 commit 0f6d619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Examples:
9292
goose mysql "user:password@/dbname?parseTime=true" status
9393
goose redshift "postgres://user:password@qwerty.us-east-1.redshift.amazonaws.com:5439/db" status
9494
goose tidb "user:password@/dbname?parseTime=true" status
95-
goose mssql "sqlserver://user:password@dbname:1433?database=master" status
95+
goose mssql "sqlserver://user:password@hostname:1433?database=master" status
9696
goose clickhouse "tcp://127.0.0.1:9000" status
9797
goose vertica "vertica://user:password@localhost:5433/dbname?connection_load_balance=1" status
9898
goose ydb "grpcs://localhost:2135/local?go_query_mode=scripting&go_fake_tx=scripting&go_query_bind=declare,numeric" status

0 commit comments

Comments
 (0)