go/src/database/sql
Daniel Theophanes 968742a824 database/sql: add support for returning cursors to client
This CL add support for converting a returned cursor (presented
to this package as a driver.Rows) and scanning it into a *Rows.

Fixes #28515

Change-Id: Id8191c568dc135af9e5e8555efcd01987708edcb
Reviewed-on: https://go-review.googlesource.com/c/145738
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-11-08 21:19:17 +00:00
..
driver database/sql: add support for returning cursors to client 2018-11-08 21:19:17 +00:00
convert.go database/sql: add support for returning cursors to client 2018-11-08 21:19:17 +00:00
convert_test.go database/sql: fix TestConversions when count > 1 2018-01-25 03:39:24 +00:00
ctxutil.go database/sql: fix ctx.Done() == nil check 2017-11-15 21:28:27 +00:00
doc.txt
example_test.go database/sql: add more examples 2018-03-25 05:09:57 +00:00
fakedb_test.go database/sql: add support for returning cursors to client 2018-11-08 21:19:17 +00:00
sql.go database/sql: add support for returning cursors to client 2018-11-08 21:19:17 +00:00
sql_test.go database/sql: add support for returning cursors to client 2018-11-08 21:19:17 +00:00