• R
    Don't cache queries for schema statements · 21d040f9
    Ryuta Kamizono 提交于
    `test_middleware_caches` is sometimes failed since #29454.
    The failure is due to schema statements are affected by query caching.
    Bypassing query caching for schema statements to avoid the issue.
    21d040f9
postgresql_adapter.rb 30.5 KB