aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/statement_cache_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | The factory method only requires the constructing model to get the connection object. Since the model is available when calling the factory method, we can just pass the appropriate connection in.
* 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
| | | | | | | Statement cache Conflicts: activerecord/CHANGELOG.md
* Added statement cacheNoemj2013-04-101-0/+64