Skip to content

Commit

Permalink
Fix for sql.Open
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Nov 27, 2024
1 parent 1221d9f commit 3e341f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ func Register(name, drv, dsn string) {
dsn: dsn,
drv: drv,
conns: make(map[string]*conn),
log: io.Discard,
})
}

Expand Down

0 comments on commit 3e341f4

Please sign in to comment.