Skip to content

Commit

Permalink
Import stdlib so that we can use sql.Open
Browse files Browse the repository at this point in the history
  • Loading branch information
winkingturtle-vmw authored and geofffranks committed Mar 13, 2024
1 parent 939bf00 commit 134f7e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/sqldb/helpers/connection_string.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
"github.com/go-sql-driver/mysql"
"github.com/jackc/pgx/v5"
"github.com/jackc/pgx/v5/pgconn"
_ "github.com/jackc/pgx/v5/stdlib"
)

// MYSQL group_concat_max_len system variable
Expand Down

0 comments on commit 134f7e7

Please sign in to comment.