Skip to content

Commit

Permalink
Fix missing closing brace in dsn.go
Browse files Browse the repository at this point in the history
  • Loading branch information
methane authored Mar 8, 2025
1 parent ef0bcc9 commit 92fe441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dsn.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ func (cfg *Config) FormatDSN() string {

if cfg.ConnectionAttributes != "" {
writeDSNParam(&buf, &hasParam, "connectionAttributes", url.QueryEscape(cfg.ConnectionAttributes))
}

if cfg.compress {
writeDSNParam(&buf, &hasParam, "compress", "true")
Expand Down

0 comments on commit 92fe441

Please sign in to comment.