aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/sqlite3/statement_pool_test.rb
Commit message (Expand)AuthorAgeFilesLines
* removed unnecessary semicolonsShuhei Kitagawa2017-10-281-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...Ryuta Kamizono2017-02-121-1/+0
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-5/+5
* Fix sqlite3 test failureRyuta Kamizono2016-06-041-1/+1
* Dont re-define class SQLite3Adapter on testArthur Neves2016-06-031-16/+12
* 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