- 04 Apr, 2013 1 commit
-
-
get_dirty() must compare using Not Identical (!==) on place of Not Equal (!=). For example, changing null to false don't make the model dirty.
Bernardo Rittmeyer committed
-
- 03 Apr, 2013 1 commit
-
-
Colin Viebrock committed
-
- 22 Mar, 2013 1 commit
-
-
Alex committed
-
- 18 Feb, 2013 1 commit
-
-
Pavel Puchkin committed
-
- 01 Feb, 2013 1 commit
-
-
When query time is larger than one second 'array_sum' cannot convert it to float right. Also, it is better to fire 'laravel.query' event with raw time as an argument rather than its string representation
Pavel Puchkin committed
-
- 07 Jan, 2013 1 commit
-
-
Taylor Otwell committed
-
- 05 Jan, 2013 4 commits
-
-
Taylor Otwell committed
-
Taylor Otwell committed
-
Taylor Otwell committed
-
Taylor Otwell committed
-
- 02 Jan, 2013 1 commit
-
-
Added in a more dynamic method for checking whether to use dblib or sqlsrv drivers for a mssql pdo connection. This is to make local mac devs work well with windows prod machines.
David Staley committed
-
- 18 Dec, 2012 3 commits
-
-
Signed-off-by: JoostK <joost.koehoorn@gmail.com>
JoostK committed -
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
Jason Lewis committed -
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
Jason Lewis committed
-
- 27 Nov, 2012 1 commit
-
-
Make query() available publicly via object and statically.
Phill Sparks committed
-
- 23 Nov, 2012 1 commit
-
-
Franz Liedke committed
-
- 14 Nov, 2012 1 commit
-
-
Fixed issue with options ordering when merging the default and user values into one array.
Edward Mann committed
-
- 09 Nov, 2012 1 commit
-
-
This hopefully fixes #1198 and while it doesn't solve the underlying problem mentioned in #1429, it does the tackle the resulting mess. :)
Franz Liedke committed
-
- 07 Nov, 2012 1 commit
-
-
Signed-off-by: Dejan Geci <dejan.geci@gmail.com>
Dejan Geci committed
-
- 01 Nov, 2012 1 commit
-
-
Franz Liedke committed
-
- 17 Oct, 2012 3 commits
-
-
Signed-off-by: Stan Bondi <stan@stanley-pc.(none)>
Stan Bondi committed -
Franz Liedke committed
-
Franz Liedke committed
-
- 15 Oct, 2012 1 commit
-
-
Trivial improvement to Laravel, while it is not documented, it has been a standard in Laravel to use tab as indentation and new line for curly bracket Signed-off-by: crynobone <crynobone@gmail.com>
crynobone committed
-
- 07 Oct, 2012 3 commits
-
-
Taylor Otwell committed
-
Vinícius Fragoso committed
-
Signed-off-by: Dejan Geci <dejan.geci@gmail.com>
Dejan Geci committed
-
- 05 Oct, 2012 1 commit
-
-
Vinícius Fragoso committed
-
- 28 Sep, 2012 1 commit
-
-
Signed-off-by: Daniel Bøndergaard <db@helmstmt.com>
Daniel Bøndergaard committed
-
- 27 Sep, 2012 1 commit
-
-
Taylor Otwell committed
-
- 24 Sep, 2012 2 commits
-
-
RK committed
-
This is in reference to issue #1261, where Model->get_key() returns the key from the $attributes instead of from the $original property. This breaks the functionality of a model with a primary key that may change, as the SQL generated will be something like: UPDATE `model` SET `key` = 'new-key' WHERE `key` = 'new-key'; Which won't update the model in the database.
RK committed
-
- 17 Sep, 2012 3 commits
-
-
Patrick Romowicz committed
-
Patrick Romowicz committed
-
Patrick Romowicz committed
-
- 14 Sep, 2012 2 commits
- 09 Sep, 2012 1 commit
-
-
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`.
JoostK committed
-
- 03 Sep, 2012 2 commits
-
-
kapil verma committed
-
This method spun off from a discussion in IRC. What this enables is this: $user->comments()->insert($comment_data)->article()->bind($article->id)
kapil verma committed
-