esnme/ultramysql

Stored Procedures on amysql

Closed this issue · 2 comments

jsia commented

I tried to call some stored procedures that returns recordset. I'm getting errors I think it does not support stored procedure. I currently use python mysqldb for calling stored procedures. Are there some modifications that can be done to support stored procedure returns?

I'm unable to devote the time necessary to implement this.

I currently have no specification on how storage procedures works across the MySQL protocol. Sorry

I believe this issue is fixed by my patch here: #26