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 ec625d1 commit 51ffe3cCopy full SHA for 51ffe3c
README.md
@@ -48,7 +48,7 @@ if err != nil {
48
err := db.Query().Do( // Do retry operation on errors with best effort
49
ctx, // context manage exiting from Do
50
func(ctx context.Context, s query.Session) (err error) { // retry operation
51
- streamResult, err := s.Query(ctx, `SELECT 42 as id, "myStr" as myStr;`))
+ streamResult, err := s.Query(ctx, `SELECT 42 as id, "myStr" as myStr;`)
52
if err != nil {
53
return err // for auto-retry with driver
54
}
0 commit comments