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

Bug #8289 primary key not displaying
Submitted: 2006-07-25 19:48 UTC
From: abrin at brynmawr dot edu Assigned: lsmith
Status: Closed Package: MDB2 (version 1.2.0)
PHP Version: 5.1.3 OS: linux
Roadmaps: (Not assigned)    
Subscription  


 [2006-07-25 19:48 UTC] abrin at brynmawr dot edu (adam brin)
Description: ------------ When upgrading to 1.2.0 we lost the ability to see primary_key information using the $db->reverse->tableInfo in mySQL 5.0 and 4.1. The 'flags' values show only 'auto_increment' Test script: --------------- $flds = $db->reverse->tableInfo($name); print_r($flds);

Comments

 [2006-07-25 23:17 UTC] lsmith (Lukas Smith)
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. I will soon push a new release of MDB2, since the issue is actually not in the mysql driver.