Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | making stuff work on mysql | Aaron Patterson | 2010-09-21 | 1 | -0/+6 |
| | |||||
* | if FROM is a string, convert to string literal | Aaron Patterson | 2010-09-18 | 1 | -1/+1 |
| | |||||
* | adding an EXISTS node, update method will generate an IN clause | Aaron Patterson | 2010-09-14 | 1 | -0/+39 |
| | |||||
* | totally lame, but arel expects FROM to only be one item | Aaron Patterson | 2010-09-12 | 1 | -1/+1 |
| | |||||
* | order accepts symbols for clauses | Aaron Patterson | 2010-09-12 | 1 | -0/+13 |
| | |||||
* | OUTER JOIN should be LEFT OUTER JOIN | Aaron Patterson | 2010-09-12 | 1 | -1/+1 |
| | |||||
* | supporting symbols for group statements | Aaron Patterson | 2010-09-12 | 1 | -0/+12 |
| | |||||
* | using table_alias when :as is passed to the constructor | Aaron Patterson | 2010-09-12 | 1 | -0/+9 |
| | |||||
* | adding some backwards compatibility | Aaron Patterson | 2010-09-12 | 1 | -0/+12 |
| | |||||
* | supporting StringJoin in the JoinSQL visitor | Aaron Patterson | 2010-09-12 | 1 | -0/+9 |
| | |||||
* | fixing indentation | Aaron Patterson | 2010-09-10 | 1 | -1/+1 |
| | |||||
* | adding some backwards compatibility for AR | Aaron Patterson | 2010-09-10 | 1 | -0/+11 |
| | |||||
* | adding "orders" method | Aaron Patterson | 2010-09-10 | 1 | -0/+10 |
| | |||||
* | adding an offset node | Aaron Patterson | 2010-09-10 | 1 | -0/+15 |
| | |||||
* | adding taken method to return the limit value | Aaron Patterson | 2010-09-09 | 1 | -0/+9 |
| | |||||
* | adding a Value node so that SqlLiteral values may be used | Aaron Patterson | 2010-09-09 | 1 | -0/+15 |
| | |||||
* | adding locking node to the AST | Aaron Patterson | 2010-09-08 | 1 | -0/+9 |
| | |||||
* | on can take multiple args | Aaron Patterson | 2010-09-07 | 1 | -0/+39 |
| | |||||
* | group is implemented on table | Aaron Patterson | 2010-09-07 | 1 | -0/+9 |
| | |||||
* | group nodes are working! | Aaron Patterson | 2010-09-07 | 1 | -0/+28 |
| | |||||
* | nooping on nil parameters | Aaron Patterson | 2010-09-07 | 1 | -0/+5 |
| | |||||
* | OUTER joins should be LEFT outer joins | Aaron Patterson | 2010-09-07 | 1 | -1/+1 |
| | |||||
* | getting better on joins | Aaron Patterson | 2010-09-07 | 1 | -0/+16 |
| | |||||
* | failing test for join on select manager | Aaron Patterson | 2010-09-07 | 1 | -0/+16 |
| | |||||
* | adding order clauses method to the select manager | Aaron Patterson | 2010-08-24 | 1 | -0/+11 |
| | |||||
* | adding string join nodes and a visitor to produce backwards compatible ↵ | Aaron Patterson | 2010-08-24 | 1 | -2/+2 |
| | | | | "join_sql" | ||||
* | project takes *args now | Aaron Patterson | 2010-08-23 | 1 | -3/+9 |
| | |||||
* | delete delegates to the connection | Aaron Patterson | 2010-08-23 | 1 | -0/+1 |
| | |||||
* | making sure update delegates to update and insert delegates to insert | Aaron Patterson | 2010-08-23 | 1 | -1/+2 |
| | |||||
* | orders are working | Aaron Patterson | 2010-08-22 | 1 | -0/+31 |
| | |||||
* | Merge branch 'v1' of github.com:flavorjones/arel into v1 | Aaron Patterson | 2010-08-19 | 1 | -0/+11 |
|\ | | | | | | | | | | | | | | | | | * 'v1' of github.com:flavorjones/arel: DeleteStatement deep copy cleaning up describe/it block names SelectCore deep copies attributes Statement nodes deep-copy AST nodes TreeManager classes deep-copy their statements. | ||||
| * | TreeManager classes deep-copy their statements. | Mike Dalessio | 2010-08-19 | 1 | -0/+11 |
| | | |||||
* | | adding outer joins | Aaron Patterson | 2010-08-19 | 1 | -0/+24 |
| | | |||||
* | | joins can be created | Aaron Patterson | 2010-08-18 | 1 | -2/+20 |
|/ | |||||
* | delete manager added | Aaron Patterson | 2010-08-18 | 1 | -0/+25 |
| | |||||
* | fixing update support | Aaron Patterson | 2010-08-18 | 1 | -0/+10 |
| | |||||
* | IN seems to work | Aaron Patterson | 2010-08-16 | 1 | -1/+1 |
| | |||||
* | update is working on the select manager | Aaron Patterson | 2010-08-14 | 1 | -0/+48 |
| | |||||
* | insert manager implements "insert" | Aaron Patterson | 2010-08-13 | 1 | -0/+87 |