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