Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test failures | Sean Griffin | 2017-07-24 | 1 | -2/+2 |
* | Add a collector to grab the bind values off the AST | Sean Griffin | 2017-07-21 | 2 | -0/+87 |
* | Ensure `ToSql` collector returns a UTF-8 string | Sean Griffin | 2017-07-21 | 1 | -0/+8 |
* | Refactor `substitute_binds` to perform substitution immediately | Sean Griffin | 2017-07-21 | 1 | -45/+21 |
* | Add a value field `Nodes::BindParam` | Sean Griffin | 2017-07-21 | 2 | -6/+6 |
* | Rename `Collectors::Bind` | Sean Griffin | 2017-07-21 | 2 | -3/+2 |
* | Enable frozen_string_literal in all files in arel | Rafael Mendonça França | 2017-02-13 | 2 | -0/+2 |
* | Remove `engine` from `TreeManager` and subclasses | Sean Griffin | 2014-11-29 | 2 | -2/+2 |
* | Add order to BindParams in the ToSql collector | Sean Griffin | 2014-11-17 | 2 | -5/+5 |
* | Fix warning form bind collector test | Vipul A M | 2014-05-25 | 1 | -1/+1 |
* | add test for sql string collector | Aaron Patterson | 2014-04-09 | 1 | -0/+38 |
* | add a compile method to the collectors | Aaron Patterson | 2014-04-09 | 1 | -0/+8 |
* | adding a bind value collector | Aaron Patterson | 2014-04-09 | 1 | -0/+62 |