Home » Database » MDB2 » Bug #8289
primary key not displaying
Details
| Submitted | 2006-07-25 19:48 UTC |
|---|---|
| From | abrin at brynmawr dot edu |
| Assigned | lsmith |
| Status | Closed |
| Package | MDB2 |
| PHP Version | 5.1.3 |
| OS | linux |
| Roadmaps | (Not assigned) |
Comments
[2006-07-25 19:48 UTC] abrin at brynmawr dot edu
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);