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

3.2/master BUG FIXES #70

Closed CubedEye closed 11 years ago

CubedEye commented 11 years ago

HOTFIX: Session _regenerate() was not working when notices were turned off because the function was using the exception and a breaking condition

AND

HOTFIX _MYSQL ONLY_: Fixed bug where you could not save a string of value "0" as it was triggering FALSE for empty();

See here: http://php.net/manual/en/types.comparisons.php

PLEASE NOTE THAT THIS HAS ONLY BEEN ADJUSTED IN THE MYSQL/EXPRESSION.PHP file!