• R
    Fix `minimum` and `maximum` on time zone aware attributes · 11751b2e
    Ryuta Kamizono 提交于
    This is the opposite direction of #39039.
    
    #39111 fixes `minimum` and `maximum` on date columns with type casting
    by column type on the database. But column type has no information for
    time zone aware attributes, it means that attribute type should always
    be precedence over column type. I've realized that fact in the related
    issue report #39248.
    
    I've reverted the expectation of #39039, to make time zone aware
    attributes works.
    11751b2e
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 20.9 KB