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

Bug #13308 Acess getBeforeID not is possible
Submitted: 2008-03-04 22:02 UTC
From: raphox Assigned: quipo
Status: Closed Package: MDB_QueryTool (version 1.2.2)
PHP Version: 4.4.8 OS: Windows XP SP2
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 42 - 14 = ?

 
 [2008-03-04 22:02 UTC] raphox (Raphael Almeida Araújo)
Description: ------------ in "MDB2/QueryTool/Query.php" line 747: the code try: $id = $this->db->getBeforeID($this->table, $this->primaryCol); but the right is: $id = $this->db->extended->getBeforeID($this->table, $this->primaryCol); with insert 'extended' the run is possible.

Comments

 [2008-03-05 09:08 UTC] quipo (Lorenzo Alberton)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.