diff options
| author | Daniel Theophanes <kardianos@gmail.com> | 2016-10-06 11:06:21 -0700 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2016-10-15 07:13:17 +0000 |
| commit | 86b2f29676c52774d91dda96e0ba5d4d7bcd3b47 (patch) | |
| tree | 7c88e2c500d80a1edab4d4b683aa7f3ca787573f /src/strings | |
| parent | be48aa3f3a16006ab31c424487af352ca374afed (diff) | |
| download | go-86b2f29676c52774d91dda96e0ba5d4d7bcd3b47.tar.xz | |
database/sql: add support for multiple result sets
Many database systems allow returning multiple result sets
in a single query. This can be useful when dealing with many
intermediate results on the server and there is a need
to return more then one arity of data to the client.
Fixes #12382
Change-Id: I480a9ac6dadfc8743e0ba8b6d868ccf8442a9ca1
Reviewed-on: https://go-review.googlesource.com/30592
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/strings')
0 files changed, 0 insertions, 0 deletions
