ClosestStorm / v8cgi

Automatically exported from code.google.com/p/v8cgi
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Mysql doest work properly on procedure call returning result sets #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Seems that current mysqllib support multiqueries but does't fetch them
properly. the same problem was in PHP, so this article will be useful,
http://bugs.php.net/bug.php?id=42548

This is nice and useful feature so hope you will fix soon. 

Regards, 
Sergey M.

Original issue reported on code.google.com by sergey.m...@gmail.com on 23 Jan 2010 at 1:54

GoogleCodeExporter commented 9 years ago

Original comment by ondrej.zara on 26 Jan 2010 at 7:39

GoogleCodeExporter commented 9 years ago
Fixed in r757. Also introduced query.nextResult() method to handle multiple 
result sets.

Original comment by ondrej.zara on 26 Jan 2010 at 7:40