Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding some backwards compatibility for AR | Aaron Patterson | 2010-09-10 | 1 | -0/+2 |
* | adding "orders" method | Aaron Patterson | 2010-09-10 | 1 | -0/+4 |
* | adding an offset node | Aaron Patterson | 2010-09-10 | 1 | -0/+5 |
* | adding taken method to return the limit value | Aaron Patterson | 2010-09-09 | 1 | -1/+5 |
* | adding a deprecated method for rails | Aaron Patterson | 2010-09-09 | 1 | -0/+6 |
* | adding a Value node so that SqlLiteral values may be used | Aaron Patterson | 2010-09-09 | 1 | -0/+8 |
* | adding locking node to the AST | Aaron Patterson | 2010-09-08 | 1 | -0/+7 |
* | adding having nodes | Aaron Patterson | 2010-09-08 | 1 | -0/+5 |
* | on can take multiple args | Aaron Patterson | 2010-09-07 | 1 | -2/+13 |
* | group is implemented on table | Aaron Patterson | 2010-09-07 | 1 | -0/+3 |
* | group nodes are working! | Aaron Patterson | 2010-09-07 | 1 | -0/+7 |
* | nooping on nil parameters | Aaron Patterson | 2010-09-07 | 1 | -0/+2 |
* | getting better on joins | Aaron Patterson | 2010-09-07 | 1 | -0/+10 |
* | doing sql literal conversion | Aaron Patterson | 2010-09-07 | 1 | -1/+5 |
* | return sql literal nodes | Aaron Patterson | 2010-08-24 | 1 | -1/+3 |
* | adding order clauses method to the select manager | Aaron Patterson | 2010-08-24 | 1 | -1/+8 |
* | moving visitor logic to the visitor | Aaron Patterson | 2010-08-24 | 1 | -3/+1 |
* | adding string join nodes and a visitor to produce backwards compatible "join_... | Aaron Patterson | 2010-08-24 | 1 | -2/+4 |
* | not implementing to_a yet | Aaron Patterson | 2010-08-23 | 1 | -0/+4 |
* | project takes *args now | Aaron Patterson | 2010-08-23 | 1 | -2/+2 |
* | orders are working | Aaron Patterson | 2010-08-22 | 1 | -0/+5 |
* | adding outer joins | Aaron Patterson | 2010-08-19 | 1 | -4/+9 |
* | joins can be created | Aaron Patterson | 2010-08-18 | 1 | -0/+9 |
* | adding some activerecord compatibility | Aaron Patterson | 2010-08-16 | 1 | -0/+4 |
* | adding deprecated crud module for backwards compat | Aaron Patterson | 2010-08-16 | 1 | -16/+2 |
* | update is working on the select manager | Aaron Patterson | 2010-08-14 | 1 | -0/+9 |
* | inserts have the correct syntax | Aaron Patterson | 2010-08-13 | 1 | -1/+1 |
* | insert manager implements "insert" | Aaron Patterson | 2010-08-13 | 1 | -3/+5 |
* | adding a dot visitor to make our lives easier | Aaron Patterson | 2010-08-13 | 1 | -0/+5 |
* | insert manager is starting to take shape | Aaron Patterson | 2010-08-13 | 1 | -0/+29 |