Patch #4507
PDO doesn't recognise the MySQL driver
| Status: | Closed | Start date: | 04/28/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | - | |||
| Target version: | Kohana v3.x - 3.3.1 | |||
| Resolution: | fixed | Points: | 1 |
Description
Because PDOs driver type is case sensitive we can't pass in "MySQL" which is what Kohana uses.
Associated revisions
Fixes #4507 - PDO driver type needs to be lowercased.
run type through strtolower in if statement as well (refs #4507)
History
Updated by Lorenzo Pisani 8 months ago
- Assignee set to Lorenzo Pisani
- Target version changed from v3.3.0 to Unscheduled
Care to submit a fix? I know you want to ;)
Updated by Lorenzo Pisani 3 months ago
- Status changed from New to Closed
- Target version changed from Unscheduled to 3.3.1
- % Done changed from 0 to 100
- Resolution set to fixed