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 fd19bc6 commit 9e72e60Copy full SHA for 9e72e60
src/database/sql/driver/driver.go
@@ -26,7 +26,7 @@ import (
26
// time.Time
27
//
28
// If the driver supports cursors, a returned Value may also implement the Rows interface
29
-// in this package. This is used when, for example, when a user selects a cursor
+// in this package. This is used, for example, when a user selects a cursor
30
// such as "select cursor(select * from my_table) from dual". If the Rows
31
// from the select is closed, the cursor Rows will also be closed.
32
type Value interface{}
0 commit comments