From: Brian C. <B.C...@po...> - 2003-05-15 08:37:53
|
On Wed, May 14, 2003 at 09:49:46PM +0200, Michael Neumann wrote: > I've found the bug. > > The problem was, when executing a statement that produces an empty row, > no column information was available, which is required when fetching a > row. As DBD::SQLite caches the column information, but it's not set > during the first execute call, the fetch failed. > > Here the patch (it's in CVS): Marvellous, working fine. Thank you! Cheers, Brian. |