Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Note related to go-sql-driver/mysql#66
Browse files Browse the repository at this point in the history
  • Loading branch information
xaprb committed Nov 29, 2013
1 parent 41296a0 commit 7fca7c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added .surprises.md.swp
Binary file not shown.
3 changes: 2 additions & 1 deletion surprises.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ In fact, this won't work. You'll get the following error: _Error
1312: PROCEDURE mydb.myprocedure can't return a result set in the given
context_. This is because MySQL expects the connection to be set into
multi-statement mode, even for a single result, and the driver doesn't currently
do that.
do that (though see [this
issue](https://github.com/go-sql-driver/mysql/issues/66)).

Multiple Statement Support
==========================
Expand Down

0 comments on commit 7fca7c8

Please sign in to comment.