> hi, > > neko cannot handle mysql stored procedures that returns results. > see details here : > http://dev.mysql.com/doc/refman/5.0/en/c-api-multiple-queries.html > > here is an ugly hack allowing to handle stored procedures results :
The problem of defining CLIENT_MULTI_STATEMENTS by default is that it opens a big hole for SQL injection. Are there no other ways to do that ? Maybe adding a method enable_stored_procedures(cnx) would be better ? Nicolas -- Neko : One VM to run them all (http://nekovm.org)
