From: Brian C. <B.C...@po...> - 2003-05-12 15:02:05
|
I have found a bug using ruby-dbi-0.0.18 or 0.0.19 with sqlite-2.8.0. I am running under ruby-1.6.8 and FreeBSD-4.7 The attached code replicates it: you prepare a statement, execute it (for parameters giving no results), then execute it again (for a parameter which gives a non-empty result set). The second execution causes a segv crash when you call 'fetch' to get the results. Any takers? Please CC me directly on replies, I'm not a list member. Regards, Brian. |