| Name | Last commit | Last update | 
|---|---|---|
| .. | ||
| connectors | ||
| eloquent | ||
| query | ||
| schema | ||
| connection.php | ||
| exception.php | ||
| expression.php | ||
| grammar.php | ||
| query.php | ||
| schema.php | 
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`.
| Name | Last commit | Last update | 
|---|---|---|
| .. | ||
| connectors | Loading commit data... | |
| eloquent | Loading commit data... | |
| query | Loading commit data... | |
| schema | Loading commit data... | |
| connection.php | Loading commit data... | |
| exception.php | Loading commit data... | |
| expression.php | Loading commit data... | |
| grammar.php | Loading commit data... | |
| query.php | Loading commit data... | |
| schema.php | Loading commit data... |