Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |