aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_pool_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* connections are only removed if they are inactveAaron Patterson2011-12-301-2/+18
* connections can be reaped via the `reap` methodAaron Patterson2011-12-301-0/+15
* deal with removing connections associated with the current threadAaron Patterson2011-12-301-0/+8
* connections can be removed from the poolAaron Patterson2011-12-301-0/+19
* connections must be checked in at the end of a threadAaron Patterson2011-12-301-14/+3
* Automatic closure of connections in threads is deprecated. For exampleAaron Patterson2011-11-291-26/+5
* pushing caching and visitors down to the connectionAaron Patterson2011-11-191-37/+0
* Make it the responsibility of the connection to hold onto an ARel visitor for...Jon Leighton2011-08-081-0/+4
* 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
* adding active_connection? to the connection poolAaron Patterson2011-03-281-0/+8
* Fix test/cases/connection_pool_test.rb for sqlite3 in-memory dbJon Leighton2011-02-141-0/+10
* primary keys should not be cleared on cache clear, fixing oracle testsAaron Patterson2011-02-081-3/+1
* column cache now lives on the connection poolAaron Patterson2011-02-041-0/+20
* making sure primary key is set on the columnsAaron Patterson2011-02-041-0/+9
* connection pool can cache column, table, and primary key informationAaron Patterson2011-02-041-0/+35
* fix whitespace errorsAaron Patterson2010-11-301-2/+2
* fix ruby 1.9 deadlock problem, fixes #5736 add connection pool testsHemant Kumar2010-10-061-0/+29
* adding a test for clearing stale connectionsAaron Patterson2010-07-161-0/+31
* fixing test file nameAaron Patterson2010-07-161-25/+0
* fixing whitespace errorsAaron Patterson2010-07-161-4/+4
* Add test case for ActiveRecord::ConnectionAdapters::ConnectionManagement.Manfred Stienstra2009-02-251-0/+25