MIF_E31222691/laravel/database
Bernardo Rittmeyer d46e19214b get_dirty() comparison is not type safe
get_dirty() must compare using Not Identical (!==) on place of Not Equal (!=).
For example, changing null to false don't make the model dirty.
2013-04-04 12:50:59 +03:00
..
connectors Tweak postgres connector. 2013-01-05 16:22:32 -06:00
eloquent get_dirty() comparison is not type safe 2013-04-04 12:50:59 +03:00
query Fix multi inserts in SQLite. 2013-01-06 19:06:53 -06:00
schema Merge pull request #1150 from franzliedke/patch-40 2012-09-01 18:05:29 -07:00
connection.php Merge pull request #1663 from neoascetic/anbu_fix 2013-03-28 14:53:50 -07:00
exception.php Merge pull request #1221 from arisk/patch-1 2013-01-05 13:33:51 -08: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 Fix for Postgresql PDO::FETCH_ASSOC 2013-03-21 23:13:51 -05:00
schema.php add use Closure; 2012-09-17 21:34:13 +03:00