aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/sqlite3/statement_pool_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-11/+12
| | | | | | | We can conditional define the tests depending on the adapter or connection. Lets keep the skip for fail tests that need to be fixed.
* 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