MIF_E31222691/laravel/database/eloquent
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
..
relationships Merge pull request #1143 from franzliedke/patch-38 2012-09-01 18:02:41 -07:00
model.php Fixed a problem whith `Eloquent::get_dirty` 2012-09-09 20:52:33 +02:00
pivot.php Fixing a bug with saving data to pivot table 2012-08-09 22:10:49 -05:00
query.php fix nested queries. 2012-08-17 09:02:32 -05:00