a tiny mvc framework for php using php-activerecord
at master 25 lines 1.1 kB view raw
1Version 1.0 - June 27, 2010 2 3- d2bed65 fixed an error with eager loading when no records exist 4- c225942 fixed set methods on DateTime objects to properly flag attributes as dirty 5- 46a1219 fixed a memory leak when using validations 6- c225942 fixed problem with some model functionality not working correctly after being deserialized 7- 3e26749 fixed validates_numericality_of to not ignore other options when only_integer is present and matches 8- 53ad5ec fixed ambiguous id error when finding by pk with a join option 9- 26e40f4 fixed conditions to accept DateTime values 10- 41e52fe changed serialization to serialize datetime fields as strings instead of the actual DateTime objects 11- dbee94b Model::transaction() now returns true if commit was successful otherwise false 12 13Versio 1.0 RC1 - May 7, 2010 14 15- support for Oracle 16- support for PostgreSQL 17- added delegators 18- added setters 19- added getters 20- added HAVING as a finder option 21- added ability to find using a hash 22- added find_or_create_by 23- added validates_uniqueness_of 24- added dynamic count_by 25- added eager loading