We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e22e2d commit 5ecc566Copy full SHA for 5ecc566
sql/interfaces.go
@@ -24,13 +24,13 @@ type (
24
) error
25
Exec(query *string, params ...any) (sql.Result, error)
26
ExecWithCtx(
27
- ctx any,
+ ctx context.Context,
28
query *string,
29
params ...any,
30
) (sql.Result, error)
31
QueryRow(query *string, params ...any) (*sql.Row, error)
32
QueryRowWithCtx(
33
34
35
36
) (*sql.Row, error)
0 commit comments