Skip to content

Commit

Permalink
Update dsn.go
Browse files Browse the repository at this point in the history
  • Loading branch information
methane authored Aug 16, 2024
1 parent f096378 commit 0b10adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsn.go
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ func parseDSNParams(cfg *Config, params string) (err error) {
case "charset":
cfg.charsets = strings.Split(value, ",")

// Collation
// Collation
case "collation":
cfg.Collation = value

Expand Down

0 comments on commit 0b10adb

Please sign in to comment.