From: Brad H. <bh...@vp...> - 2002-05-11 22:53:59
|
On Sat, 2002-05-11 at 15:45, Brad Hilton wrote: > I don't know what could possibly be setting query_with_result to false Check that. Mysql.rb sets query_with_result to false in line 210. So it needs to be prepared for Mysql#query returning a Mysql object in that case. -Brad |