Ticket #180 (fixed bug)
$db->index_exists should be case-insensitive
- Created: 2010-11-08 15:56:00
- Reported by: Reines
- Assigned to: Reines
- Milestone: 1.4.3
- Component: database
- Priority: normal
MySQL isn't case sensitive when choosing index names, so we shouldn't be either.
History
Reines 2010-11-08 17:11:44

- Status changed from open to fixed.
Fixed in 94d697cd56c4f0ecc752, (sorry I accidentally commit 2 patches in the same commit).