diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2019-03-03 13:08:50 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2019-03-06 08:12:41 +0900 |
commit | a67841eb61f808a965da0d61ea47e2d9810436b0 (patch) | |
tree | 0939b4bdf517e277c637d2c2f65ee78e3206f825 /activerecord/test/models/movie.rb | |
parent | 91ed21b304c468db8ce9fd830312c151432935d0 (diff) | |
download | rails-a67841eb61f808a965da0d61ea47e2d9810436b0.tar.gz rails-a67841eb61f808a965da0d61ea47e2d9810436b0.tar.bz2 rails-a67841eb61f808a965da0d61ea47e2d9810436b0.zip |
Ensure `clear_cache!` clears the prepared statements cache
Since #23461, all adapters supports prepared statements, so that clears
the prepared statements cache is no longer database specific.
Actually, I struggled to identify the cause of random CI failure in
#23461, that was missing `@statements.clear` in `clear_cache!`.
This extracts `clear_cache!` to ensure the common concerns in the
abstract adapter.
Diffstat (limited to 'activerecord/test/models/movie.rb')
0 files changed, 0 insertions, 0 deletions