Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use an `Attribute` object to represent a bind value | Sean Griffin | 2015-01-27 | 1 | -4/+3 |
* | Go through normal `where` logic in `AssociationScope` | Sean Griffin | 2015-01-26 | 1 | -1/+1 |
* | Expand the number of types which can use prepared statements | Sean Griffin | 2015-01-24 | 1 | -0/+3 |
* | Move `create_binds` over to the `PredicateBuilder` | Sean Griffin | 2015-01-19 | 1 | -0/+6 |
* | Extract an explicit type caster class | Sean Griffin | 2014-12-29 | 1 | -32/+1 |
* | Rely on the injectable type caster for `arel_table` | Sean Griffin | 2014-12-29 | 1 | -49/+13 |
* | Fall back to type casting from the connection adapter | Sean Griffin | 2014-12-26 | 1 | -2/+70 |
* | Perform casting of single values within the predicate builder | Sean Griffin | 2014-12-26 | 1 | -0/+6 |
* | Remove `klass` and `arel_table` as a dependency of `PredicateBuilder` | Sean Griffin | 2014-12-26 | 1 | -0/+46 |