• S
    Skip StatementCache for eager loaded associations (Fixes #16761) · 4abbdbdf
    Sammy Larbi 提交于
    Eagerly loaded collection and singular associations are ignored by the StatementCache, which causes errors when the queries they generate reference columns that were not eagerly loaded.
    
    This commit skips the creation of the StatementCache as a fix for these scenarios.
    4abbdbdf
post.rb 8.7 KB