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

Bug #8291 tableInfo is returning length in [type]
Submitted: 2006-07-26 00:34 UTC
From: abrin at brynmawr dot edu Assigned: lsmith
Status: Closed Package: MDB2_Driver_mysql (version 1.2.0)
PHP Version: 5.1.3 OS: linux
Roadmaps: (Not assigned)    
Subscription  


 [2006-07-26 00:34 UTC] abrin at brynmawr dot edu (adam)
Description: ------------ When getting the TableInfo, the type value for each field is displaying both the column type and length. According to the documentation it should just return the column type. This is occuring on both Mysql 4.1 and 5.0. Thanks for fixing the primary key so quickly Test script: --------------- $var = $db->tableInfo($table);

Comments

 [2006-07-26 06:07 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.