• R
    Fix `find_by` and `where` consistency · b334aa0e
    Ryuta Kamizono 提交于
    The alternative of #26213.
    
    Currently `find_by` and `where` with AR object return inconsistent
    result. This is caused by statement cache does not support AR object.
    Passing to finder method to fix the issue.
    
    Fixes #26210.
    b334aa0e
core.rb 19.2 KB