Patch #4507

PDO doesn't recognise the MySQL driver

Added by Mathew Davies about 1 year ago. Updated 3 months ago.

Status:Closed Start date:04/28/2012
Priority:Normal Due date:
Assignee:Lorenzo Pisani % 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

Revision 5525bd2f
Added by thepixeldeveloper - about 1 year ago

Fixes #4507 - PDO driver type needs to be lowercased.

Revision 04e84511
Added by Lorenzo Pisani 3 months ago

Merge pull request #24 from ThePixelDeveloper/patch/4507

Fixes #4507 - PDO driver type needs to be lowercased.

Revision a949f09f
Added by Lorenzo Pisani 3 months ago

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

Also available in: Atom PDF