MIF_E31222691/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
..
connectors Merge pull request #770 from abigwonderful/develop 2012-09-01 16:45:50 -07:00
eloquent Fixed a problem whith `Eloquent::get_dirty` 2012-09-09 20:52:33 +02:00
query fixing merge issues 2012-07-27 13:52:15 +01:00
schema Merge pull request #1150 from franzliedke/patch-40 2012-09-01 18:05:29 -07:00
connection.php Returning results with SHOW queries 2012-07-31 10:04:53 +02:00
exception.php all database exceptions now include SQL and bindings in message for easier debugging. 2012-02-16 22:32:09 -06:00
expression.php added support for database expressions. 2011-10-12 19:55:44 -05:00
grammar.php Grammar/Vocabulary fixes 2012-06-13 11:19:20 -04:00
query.php Merge pull request #1089 from kbanman/fix-query-lists 2012-09-01 17:41:49 -07:00
schema.php phpdoc fixes 2012-08-03 18:17:48 +03:00