Then why this method is works as expected using 
github.com/go-sql-driver/mysql for MySQL. 
Take a look at this: https://play.golang.org/p/tCLKxiXPZ5e

On Thursday, January 31, 2019 at 1:37:01 PM UTC+5:30, Lutz Horn wrote:
>
> Hi, 
>
> > I just want to know in which case NextResultSet 
> > <https://golang.org/pkg/database/sql/#Rows.NextResultSet> return true? 
>
> This method works as expected using github.com/lib/pq for PostgreSQL. 
> Take a lookt at this: 
>
> https://gist.github.com/lutzhorn/1aa7de538d1edd0b3904799b5bb972fd 
>
> The output is: 
>
> {'\x01' "cmelling0"} 
> {'\x02' "mbarkess1"} 
> {'\x03' "ssquibb2"} 
> {'\x04' "akirk3"} 
> {'\x05' "kelcomb4"} 
> {'\x06' "lcoldbathe5"} 
> {'\a' "ibutcher6"} 
> {'\b' "wdarnbrook7"} 
> {'\t' "bcoraini8"} 
> {'\n' "wplews9"} 
>
>
> Lutz 
>
>

-- 
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