MIF_E31222691/laravel/database
Jesse O'Brien 1be274caa6 Change update function so it uses timestamp like save
Calling update() on an eloquent model has no way of overriding
the timestamp that should be set if $timestamps is set on the
model. This changes that so it uses the timestamp() function
which is an easy way to over ride the type of timestamps used.
2012-07-04 15:46:12 -04:00
..
connectors improve / fix postgres support. 2012-05-30 14:23:27 -05:00
eloquent Change update function so it uses timestamp like save 2012-07-04 15:46:12 -04:00
query improve / fix postgres support. 2012-05-30 14:23:27 -05:00
schema removing unsigned from mysql grammer due to bug 2012-06-22 16:25:50 +01:00
connection.php Fixed typo 2012-06-20 13:01:52 +03: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 Fix bug with table prefix and columns. 2012-03-21 13:10:59 -05:00
query.php improve / fix postgres support. 2012-05-30 14:23:27 -05:00
schema.php Allow the registration of custom database drivers. 2012-04-30 22:40:18 -05:00