Oracle and ms SQL server support multiple active row sets (MARS). I've also
used a table buffer in Go and C#. You can buffer results today in go

On Mon, Oct 24, 2016, 10:24 Pietro Gagliardi <andl...@lostsig.net> wrote:

>
> On Oct 24, 2016, at 12:24 PM, Daniel Theophanes <kardia...@gmail.com>
> wrote:
>
> Go1.8 will support multiple result sets if the driver support it.
>
>
> I believe they meant being able to have multiple result sets usable at a
> time, which implies ditching the stream-based model for the more widely
> adopted "slurp it all into memory and make it available as a random-access
> array" model. Your call as to whether it's a good thing.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to