Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.9.3

Bug #14078 PEAR::isError not returned when SQL fails
Submitted: 2008-06-05 08:51 UTC
From: antonino Assigned: wiesemann
Status: Closed Package: Structures_DataGrid (version 0.9.0)
PHP Version: 5.2.1 OS: Debian Etch
Roadmaps: (Not assigned)    
Subscription  


 [2008-06-05 08:51 UTC] antonino (Antonino Balsamo)
Description: ------------ in Structures/DataGrid/DataSource.php line 612 we have $recordSet = $this->_getRecords($query, $limit, $offset); if (PEAR::isError($recordSet)) { return $result; } but should be return $recordSet; sorry for poor reporting

Comments

 [2008-06-05 15:52 UTC] wiesemann (Mark Wiesemann)
Fixed in CVS, thanks for the report. (The report wasn't "poor"; it was short, but very precise.)