aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/query_cache_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-261-3/+3
* Remove IdentityMapCarlos Antonio da Silva2012-03-131-1/+1
* use Rack::BodyProxy in activerecord middlewaresSergey Nartimov2012-01-161-13/+6
* Added failing test case for changing schema in migration not clearing the pre...Joe Van Dyk2011-10-271-0/+12
* Fixed BodyProxy.new for tests! for wrong argumentArun Agrawal2011-10-081-1/+1
* fix test error when running with postgresql.Arun Agrawal2011-09-181-2/+4
* Fixed test for JRuby. Arun Agrawal2011-09-181-1/+2
* fixing typoAaron Patterson2011-08-281-1/+1
* clear and disable query cache when an exception is raised from called middlewareAaron Patterson2011-08-281-1/+27
* Fix inconsistencies by being polite to the wrapped body. Needed for Rack::Sen...Steve Hodgkiss2011-06-181-0/+11
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1