esnme / ultramysql

A fast MySQL driver written in pure C/C++ for Python. Compatible with gevent through monkey patching.

Home Page:http://www.esn.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[storedprocedure branch] Stored Procedure and MultiResult not Fully Working

bitthegeek opened this issue · comments

I'm always greeted by "SQL Error 1312 PROCEDURE can't return a result set in the given context" everytime I attempt to call a procedure. It does fail too on testMultiResult and testProcedure from the tests.py file included. I can call the procedures however by using mysql cli.

Did I do something wrong or this branch does not yet fully support procedures and multiresult?

It seems like I just have permission problems with my own MySQL server. Please ignore. Thanks!