a tiny mvc framework for php using php-activerecord
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

wrong commit hashes

Kien La 68265deb a8a88909

+2 -2
+2 -2
lib/php-activerecord/CHANGELOG
··· 2 2 3 3 - d2bed65 fixed an error with eager loading when no records exist 4 4 - c225942 fixed set methods on DateTime objects to properly flag attributes as dirty 5 - - 3e26749 fixed a memory leak when using validations 6 - - 46a1219 fixed problem with some model functionality not working correctly after being deserialized 5 + - 46a1219 fixed a memory leak when using validations 6 + - c225942 fixed problem with some model functionality not working correctly after being deserialized 7 7 - 3e26749 fixed validates_numericality_of to not ignore other options when only_integer is present and matches 8 8 - 53ad5ec fixed ambiguous id error when finding by pk with a join option 9 9 - 26e40f4 fixed conditions to accept DateTime values