VoltDB / voltdb-client-go

VoltDB Golang Client Library
MIT License
32 stars 19 forks source link

database/sql driver does not support multiple resultsets #58

Closed basvanbeek closed 5 years ago

basvanbeek commented 6 years ago

Currently multiple resultsets is only supported by using the custom VoltDB API.

Would be nice to support this feature through the database/sql driver. I've created PR #57 for this.

basvanbeek commented 5 years ago

57 has been merged in master