• R
    Deprecate passing an Active Record object to `quote`/`type_cast` directly · 87886c93
    Ryuta Kamizono 提交于
    Follow up to #27962.
    
    #27962 only deprecated `quoted_id`, but still conservatively allowed
    passing an Active Record object.
    
    Since the quoting methods on a `connection` are low-level API and
    querying API does not rely on that ability, so people should pass casted
    value instead of an Active Record object if using the quoting methods
    directly.
    87886c93
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 24.5 KB