Skip to content

Commit 92fe441

Browse files
authored
Fix missing closing brace in dsn.go
1 parent ef0bcc9 commit 92fe441

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dsn.go

+1
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ func (cfg *Config) FormatDSN() string {
309309

310310
if cfg.ConnectionAttributes != "" {
311311
writeDSNParam(&buf, &hasParam, "connectionAttributes", url.QueryEscape(cfg.ConnectionAttributes))
312+
}
312313

313314
if cfg.compress {
314315
writeDSNParam(&buf, &hasParam, "compress", "true")

0 commit comments

Comments
 (0)