aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/sqlite3/statement_pool_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove `@connection` in `StatementPool`Ryuta Kamizono2015-09-201-1/+1
* make it possible to run AR tests with bin/testYves Senn2015-06-111-2/+1
* Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-11/+12
* fix tests for sqlite3Andrey Deryabin2012-04-271-1/+1
* LRU cache in mysql and sqlite are now per-process caches.Aaron Patterson2011-09-071-0/+24