Inital pass at converting stdlib
Multiple tests still failing
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ func (c connector) Connect(ctx context.Context) (driver.Conn, error) {
|
||||
conn *pgx.Conn
|
||||
)
|
||||
|
||||
if conn, err = pgx.Connect(c.ConnConfig); err != nil {
|
||||
if conn, err = pgx.ConnectConfig(ctx, &c.ConnConfig); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user