Skip to content

Add support for multiple result set (go1.8)

Geofrey Ernest requested to merge gernest:go1.8 into master

Add support for multiple result set (go1.8)

This PR adds driverMultiRows which implements driver.RowsNextResultSet

This should work for both versions of Go since there is no feature specific to go1.8 used.

This is based on #166

Merge request reports