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 [email protected]. For more options, visit https://groups.google.com/d/optout.
