aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/query_cache_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Should use the same connection in using query cacheRyuta Kamizono2017-06-291-7/+1
* Merge pull request #29614 from kamipo/show_query_cache_keys_2Rafael França2017-06-281-1/+2
|\
| * Show query cache keys in `test_middleware_caches`Ryuta Kamizono2017-06-291-1/+2
* | Enable query cache if set a configurationsTsukasa OISHI2017-06-291-14/+2
|/
* Show query cache keys in `test_exceptional_middleware_clears_and_disables_cac...Ryuta Kamizono2017-06-281-1/+2
* Ensure query caching for `select_*` methods in connection adaptersRyuta Kamizono2017-06-151-0/+40
* Fix `Relation#exists?` queries with query cacheRyuta Kamizono2017-06-151-0/+6
* Ensure test threads share a DB connectioneileencodes2017-02-201-0/+12
* Use temporary connection pool for sqlite3_mem adapterYasuo Honda2017-01-311-11/+22
* Make sure to clear query cache to prevent sporadic test failureAkira Matsuda2017-01-181-0/+4
* oops! :scream_cat:Akira Matsuda2017-01-101-1/+1
* Use temporary connection pool for the tests clearing AR::Base's active_connec...Akira Matsuda2017-01-101-59/+92
* Fix style guide violationsRafael Mendonça França2017-01-051-3/+3
* Merge pull request #25460 from maclover7/jm-uncachedSean Griffin2017-01-031-0/+21
|\
| * Add explicit testing for `uncached` vs. `cached`Jon Moss2016-06-211-0/+21
* | fix QueryCache nil dupRichard Monette2016-12-151-0/+14
* | Configure query caching (per thread) on the connection poolMatthew Draper2016-11-061-0/+34
* | Clear query cache during checkin, instead of an execution callbackMatthew Draper2016-10-271-28/+68
* | Clear the correct query cacheSamuel Cochran2016-10-261-0/+23
* | Use old typecasting method if no type casted binds are passed inAaron Patterson2016-10-201-1/+35
* | Fixnum and Bignum are deprecated in Ruby trunkMatthew Draper2016-10-081-1/+1
* | Fix "warning: assigned but unused variable - task"Ryuta Kamizono2016-08-261-1/+1
* | Test that AR query cache isn't busted when types are not same objectJames Coleman2016-08-241-0/+20
* | applies new string literal convention in activerecord/testXavier Noria2016-08-061-21/+21
* | Fix `payload[:class_name]` to `payload[:spec_name]`Ryuta Kamizono2016-07-171-0/+2
* | Remove unused `ActiveRecord::Base.connection_id`Sean Griffin2016-06-291-12/+0
|/
* Fix postgresql query_cache testArthur Neves2016-06-141-0/+1
* Respect the current `connected?` method when calling `cache`Arthur Neves2016-06-141-0/+15
* Remove not needed line on testArthur Neves2016-06-141-1/+0
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-3/+2
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-43/+13
* Removed mocha from Active Record Part 1Ronak Jangir2015-08-251-32/+37
* PostgreSQL, Fix OID based type casts in C for primitive types.Lars Kanis2015-03-251-1/+1
* Revert ":cut: remove unnecessary rescue Exceptions"Yves Senn2015-03-061-1/+1
* :cut: remove unnecessary rescue ExceptionsAaron Patterson2015-03-051-1/+1
* Restore query cache on rollbackFlorian Weingarten2014-12-011-0/+32
* Make select_all on query cache accept a Relation without binds.Arthur Neves2014-03-131-0/+8
* use `teardown` for cleanup, not `setup`.Yves Senn2014-01-161-5/+2
* Currently, we clear query_cache in cache block finish, even if we may already...Vipul A M2013-12-031-0/+9
* Standardize the use of current_adapter?Rafael Mendonça França2013-01-011-1/+1
* Fix #6951. Use query cache/uncache, when using not only database.yml but also...kennyj2012-10-311-0/+11
* Cleanup trailing whitespacesdfens2012-10-121-1/+1
* Restore connection_id on error.kennyj2012-07-231-0/+12
* fixing tests to deal with data differences between prepared statements and no...Aaron Patterson2012-07-131-1/+1
* Disable query cache for lock queriesDamir Zekic2012-07-061-0/+8
* Remove warnings and unused codeRafael Mendonça França2012-06-111-5/+0
* current AR::ConnectionAdapters::SQLite3Adapter supports only SQLite3 ~> 1.3.6Akira Matsuda2012-06-121-1/+1