MCPcopy Index your code
hub / github.com/golang-migrate/migrate / msConnectionString

Function msConnectionString

database/sqlserver/sqlserver_test.go:40–42  ·  view source on GitHub ↗
(host, port string)

Source from the content-addressed store, hash-verified

38)
39
40func msConnectionString(host, port string) string {
41 return fmt.Sprintf("sqlserver://sa:%v@%v:%v?database=master", saPassword, host, port)
42}
43
44func msConnectionStringMsiWithPassword(host, port string, useMsi bool) string {
45 return fmt.Sprintf("sqlserver://sa:%v@%v:%v?database=master&useMsi=%t", saPassword, host, port, useMsi)

Callers 5

isReadyFunction · 0.85
testFunction · 0.85
testMigrateFunction · 0.85
testMultiStatementFunction · 0.85
testErrorParsingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…