Files
ponzi/laravel/database
JoostK 5f99c81035 Fixed a problem whith Eloquent::get_dirty
When you had a synched Eloquent model (e.g. without changed values) but
one of those values is `null`, then that value would be considered as
dirty. `Eloquent::changed` returns false, but the value is present in
`Eloquent::get_dirty`.

This fix makes sure that a `null` value in `$attributes` is only
present in `get_dirty` when it wasn't at all *set* in `$original`.
2012-09-09 20:52:33 +02:00
..
2012-07-27 13:52:15 +01:00
2012-06-13 11:19:20 -04:00
2012-08-03 18:17:48 +03:00