| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor `test_find_by_does_not_use_statement_cache_if_table_name_is_changed` | kenta-s | 2017-02-13 | 1 | -2/+2 |
* | Make `table_name=` reset current statement cache | namusyaka | 2017-02-12 | 1 | -0/+26 |
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 1 | -1/+0 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -9/+9 |
* | Prepared statements shouldn't share a cache with unprepared statements | Sean Griffin | 2016-03-31 | 1 | -0/+12 |
* | use an array for bind params to simplify substitution | Aaron Patterson | 2014-04-12 | 1 | -10/+10 |
* | decouple the factory method from the constructing model | Aaron Patterson | 2014-04-10 | 1 | -5/+5 |
* | remove intelligence from StatementCache#initialize | Aaron Patterson | 2014-04-10 | 1 | -5/+5 |
* | stop caching the class on the statement cache object | Aaron Patterson | 2014-04-10 | 1 | -8/+8 |
* | change query strategy based on adapter | Aaron Patterson | 2014-01-16 | 1 | -1/+0 |
* | use a params hash so we know what bind parameters are used | Aaron Patterson | 2014-01-15 | 1 | -15/+16 |
* | fix statement cache execution | Aaron Patterson | 2014-01-14 | 1 | -7/+6 |
* | fix cache class interface | Aaron Patterson | 2014-01-14 | 1 | -17/+9 |
* | Initial commit for select statements bindparam implementation | Noemj | 2013-05-15 | 1 | -1/+44 |
* | cleanup statement cache test | Vipul A M | 2013-04-11 | 1 | -4/+4 |
* | Merge pull request #10152 from Noemj/statement_cache | Rafael Mendonça França | 2013-04-10 | 1 | -5/+5 |
* | Added statement cache | Noemj | 2013-04-10 | 1 | -0/+64 |