aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/statement_cache_test.rb
Commit message (Expand)AuthorAgeFilesLines
* activerecord: Fix statement cache for strictly cast attributesDylan Thacker-Smith2019-01-231-0/+6
* Autocorrect `refute` RuboCop violationsDaniel Colson2018-04-031-1/+1
* Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-3/+0
* Passing `klass` to `StatementCache.new`Ryuta Kamizono2017-08-041-8/+8
* 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
* Refactor `test_find_by_does_not_use_statement_cache_if_table_name_is_changed`kenta-s2017-02-131-2/+2
* Make `table_name=` reset current statement cachenamusyaka2017-02-121-0/+26
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-9/+9
* Prepared statements shouldn't share a cache with unprepared statementsSean Griffin2016-03-311-0/+12
* use an array for bind params to simplify substitutionAaron Patterson2014-04-121-10/+10
* decouple the factory method from the constructing modelAaron Patterson2014-04-101-5/+5
* remove intelligence from StatementCache#initializeAaron Patterson2014-04-101-5/+5
* stop caching the class on the statement cache objectAaron Patterson2014-04-101-8/+8
* change query strategy based on adapterAaron Patterson2014-01-161-1/+0
* use a params hash so we know what bind parameters are usedAaron Patterson2014-01-151-15/+16
* fix statement cache executionAaron Patterson2014-01-141-7/+6
* fix cache class interfaceAaron Patterson2014-01-141-17/+9
* Initial commit for select statements bindparam implementationNoemj2013-05-151-1/+44
* cleanup statement cache testVipul A M2013-04-111-4/+4
* Merge pull request #10152 from Noemj/statement_cacheRafael Mendonça França2013-04-101-5/+5
* Added statement cacheNoemj2013-04-101-0/+64