aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/query_cache_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* ensure query cache is cleared when Rack body is closed, fixes bug reported on...Aaron Patterson2011-05-041-0/+11
* introduce a body proxy to ensure that query cache is enabled during streamingAaron Patterson2011-05-021-0/+26
* more tests around cachingAaron Patterson2011-05-021-1/+10
* add a couple test cases surrounding query cache middlewareAaron Patterson2011-05-021-0/+18
* Use IM when trying to load records using ID.Emilio Tagua2011-04-041-1/+1
* use SQLite3::VERSION rather than the deprecated classAaron Patterson2011-01-101-1/+1
* removing many unused variablesAaron Patterson2010-11-161-1/+0
* fisting test nameAaron Patterson2010-10-271-1/+1
* making query cache work with prepared statementsAaron Patterson2010-10-271-0/+6