Skip to content

Commit 0b10adb

Browse files
authored
Update dsn.go
1 parent f096378 commit 0b10adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsn.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ func parseDSNParams(cfg *Config, params string) (err error) {
510510
case "charset":
511511
cfg.charsets = strings.Split(value, ",")
512512

513-
// Collation
513+
// Collation
514514
case "collation":
515515
cfg.Collation = value
516516

0 commit comments

Comments
 (0)