blackbeam/mysql_async

How to call a stored procedure and get multiple different result sets

Opened this issue · 2 comments

As the title says

@cjon123, hi. Have you tried to just call the procedure and iterate over result sets?

There is a test that uses multi-result procedures, but its purpose is to assert the proper error handling.

@blackbeam Thank you very much. According to your reminder, the problem has been solved.