Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add order to BindParams in the ToSql collector | Sean Griffin | 2014-11-17 | 1 | -1/+7 |
| | | | | | | | | | | | | This removes the need for us to do the re-ordering by walking the AST in ActiveRecord. We're using a block to communicate with the collector, since the collector needs to be the thing which knows about the index, while the visitor is the thing that needs to know the syntax. The BindParam needs to know about neither of these things, so it's been changed to stop being a subclass of SqlLiteral I could also see an alternative implementation using format strings if for some reason blocks cause a problem. | ||||
* | Collectors: Introduce PlainString and make use of it in SQLString | Jiri Pospisil | 2014-06-14 | 2 | -14/+21 |
| | |||||
* | add a compile method to the collectors | Aaron Patterson | 2014-04-09 | 2 | -0/+8 |
| | |||||
* | adding a bind value collector | Aaron Patterson | 2014-04-09 | 2 | -4/+33 |
| | |||||
* | fixing some tests in to_sql | Aaron Patterson | 2014-04-08 | 1 | -0/+2 |
| | |||||
* | initial commit for collector implementation | Aaron Patterson | 2014-03-25 | 1 | -0/+26 |