Skip to content

Commit b8172c7

Browse files
committed
SQL.md
1 parent bfa08c7 commit b8172c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ err := retry.Do(context.TODO(), db, func(ctx context.Context, cc *sql.Conn) erro
314314
if err != nil {
315315
return err // return err to retryer
316316
}
317-
nativeDriver.Scripting().Execute(ctx,
317+
nativeDriver.Scripting().Execute(ctx,
318318
"SELECT 1+1",
319319
table.NewQueryParameters(),
320320
)

0 commit comments

Comments
 (0)