View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
77 | PHPOF2_Driver_mysqli | public | 13 Aug 2008 09:53 | 29 Dec 2008 17:27 | |
Reporter | mrosenquist | Assigned To | timj | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 0.10.1 | Fixed in Version | 0.10.1 | ||
Summary | 77: Schema discovery incompatible with recent versions of MDB2_Driver_Reverse_mysqli::getTableConstraintDefinition() | ||||
Description | Discover schema incompatible with MDB2_Driver_Reverse_mysqli::getTableConstraintDefinition() In the constraint checking loop there is a check for primary //if (isset($constraint_details['primary'])) { Primary is now always initialised to false; so the check need to be if (isset($constraint_details['primary']) && $constraint_details['primary']==true) { this will be compatible with olded versions | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
13 Aug 2008 09:53 | mrosenquist | New Issue | |
28 Aug 2008 17:51 | timj | Assigned To | => timj |
28 Aug 2008 17:51 | timj | Status | new => assigned |
28 Aug 2008 17:51 | timj | Target Version | => 0.10.1 |
28 Aug 2008 17:51 | timj | Summary | Discover schema incompatible with MDB2_Driver_Reverse_mysqli::getTableConstraintDefinition() => Discover schema incompatible with recent versions of MDB2_Driver_Reverse_mysqli::getTableConstraintDefinition() |
28 Aug 2008 17:51 | timj | Summary | Discover schema incompatible with recent versions of MDB2_Driver_Reverse_mysqli::getTableConstraintDefinition() => Schema discovery incompatible with recent versions of MDB2_Driver_Reverse_mysqli::getTableConstraintDefinition() |
28 Aug 2008 17:51 | timj | Status | assigned => resolved |
28 Aug 2008 17:51 | timj | Fixed in Version | => 0.10.1 |
28 Aug 2008 17:51 | timj | Resolution | open => fixed |
28 Aug 2008 17:51 | timj | Note Added: 68 | |
29 Dec 2008 17:27 | timj | Status | resolved => closed |