spadefoot / kohana-orm-leap

An ORM module for the Kohana PHP framework that is designed to work with all major databases.
http://spadefoot.github.io/kohana-orm-leap/
100 stars 25 forks source link

No respect for charset #77

Closed larjohn closed 11 years ago

larjohn commented 11 years ago

In

classes/Base/DB/MySQL/Connection/Standard.php

there is no respect for the database config charset. mysql_set_charset should be used immediately after opening the database connection. Equivalent methods should also be used for the alternative drivers (improved and pdo)