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

MySQLi Connection wrong charset assignment #80

Closed heaver closed 11 years ago

heaver commented 11 years ago

Base_DB_MySQL_Connection_Improved::open()

empty($this->data_source->charset) always returns FALSE.

Empty()'s strange behaviour on __get() properties described here: http://php.net/manual/ru/function.empty.php#93117

Thanx

bluesnowman commented 11 years ago

Got it... I will work on a fix immediately. Thanks!