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

Commit 7fca7c8

Browse files
committed
Note related to go-sql-driver/mysql#66
1 parent 41296a0 commit 7fca7c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .surprises.md.swp

16 KB
Binary file not shown.

Diff for: surprises.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ In fact, this won't work. You'll get the following error: _Error
9595
1312: PROCEDURE mydb.myprocedure can't return a result set in the given
9696
context_. This is because MySQL expects the connection to be set into
9797
multi-statement mode, even for a single result, and the driver doesn't currently
98-
do that.
98+
do that (though see [this
99+
issue](https://github.com/go-sql-driver/mysql/issues/66)).
99100

100101
Multiple Statement Support
101102
==========================

0 commit comments

Comments
 (0)