• S
    `update_columns` raises if the column is unknown · 7a183bd5
    Sean Griffin 提交于
    Previosly, `update_columns` would just take whatever keys you gave it
    and tried to run the update query. Most likely this would result in an
    error from the database. However, if the column actually did exist, but
    was in `ignored_columns`, this would result in the method returning
    successfully when it should have raised, and an attribute that should
    not exist written to `@attributes`.
    7a183bd5
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 22.3 KB