Home » Database » MDB2 » Bug #8568
Case insensitive index name
Details
| Request #8568 | Case insensitive index name |
|---|---|
| Submitted | 2006-08-27 16:52 UTC |
| From | apasqua at gmail dot com |
| Status | Bogus |
| Package | MDB2 |
| PHP Version | 4.4.0 |
| OS | Slackware 10.1 |
| Roadmaps | (Not assigned) |
Comments
[2006-08-27 16:52 UTC] apasqua at gmail dot com
Description:
------------
Hi,
the index name of array returned by
$result->fetchRow(MDB2_FETCHMODE_ASSOC);
are not case sensitive!
This is a feature (for DB compatibility) or a bug?