phproad / phpr-framework

[PHPR Framework] PHPRoad system files
http://phproad.com
MIT License
12 stars 2 forks source link

Typecasting fix #36

Closed damanic closed 10 years ago

damanic commented 10 years ago

Had an issue with decimal fields in database being returned by activerecord as a STRING. Was causing issues when not passing is_numeric() tests

type_cast_field($field, $value) may need similar changes made to other numeric data types in this method.

daftspunk commented 10 years ago

NB: This won't appear in the next update because there is no version.dat entry. Add one to core module to publish it.

damanic commented 10 years ago

will do. If you have published updates through the PHPR update service since merging my initial contributions, they have not come up on any of my installs.