You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Surprises page, it is stated that the database/sql package does not support multiple result sets/statements but this does not seem to be true anymore.
https://github.com/VividCortex/go-database-sql-tutorial/blob/gh-pages/surprises.md
In the Surprises page, it is stated that the
database/sqlpackage does not support multiple result sets/statements but this does not seem to be true anymore.There is an example on the go database/sql showing how to do multiple result sets.