Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | adding locking node to the AST | Aaron Patterson | 2010-09-08 | 6 | -2/+27 | |
* | we can visit floats! | Aaron Patterson | 2010-09-08 | 1 | -0/+1 | |
* | average node is added | Aaron Patterson | 2010-09-08 | 8 | -50/+46 | |
* | adding having nodes | Aaron Patterson | 2010-09-08 | 6 | -1/+30 | |
* | adding maximum nodes | Aaron Patterson | 2010-09-08 | 4 | -0/+32 | |
* | as is implemented | Aaron Patterson | 2010-09-08 | 1 | -0/+10 | |
* | we can visit big decimal | Aaron Patterson | 2010-09-08 | 1 | -0/+3 | |
* | adding a sum node | Aaron Patterson | 2010-09-08 | 4 | -0/+22 | |
* | visiting symbols in the SQL visitor | Aaron Patterson | 2010-09-08 | 3 | -1/+3 | |
* | Table#project takes multiple parameters | Aaron Patterson | 2010-09-08 | 1 | -2/+2 | |
* | on can take multiple args | Aaron Patterson | 2010-09-07 | 1 | -2/+13 | |
* | moving deprecated constants to the correct place | Aaron Patterson | 2010-09-07 | 3 | -6/+1 | |
* | count takes distinct | Aaron Patterson | 2010-09-07 | 1 | -2/+2 | |
* | adding "as" and to_sql to count nodes | Aaron Patterson | 2010-09-07 | 3 | -2/+21 | |
* | group is implemented on table | Aaron Patterson | 2010-09-07 | 1 | -0/+3 | |
* | adding group to Table | Aaron Patterson | 2010-09-07 | 1 | -0/+4 | |
* | group nodes are working! | Aaron Patterson | 2010-09-07 | 5 | -4/+30 | |
* | nooping on nil parameters | Aaron Patterson | 2010-09-07 | 1 | -0/+2 | |
* | OUTER joins should be LEFT outer joins | Aaron Patterson | 2010-09-07 | 1 | -1/+1 | |
* | visiting outer joins | Aaron Patterson | 2010-09-07 | 1 | -0/+1 | |
* | getting better on joins | Aaron Patterson | 2010-09-07 | 2 | -0/+17 | |
* | joins are starting to work better | Aaron Patterson | 2010-09-07 | 1 | -2/+2 | |
* | adding joins method to Table | Aaron Patterson | 2010-09-07 | 1 | -0/+4 | |
* | adding backwards compat nodes | Aaron Patterson | 2010-09-07 | 2 | -0/+6 | |
* | doing sql literal conversion | Aaron Patterson | 2010-09-07 | 1 | -1/+5 | |
* | dot visitor can visit count nodes | Aaron Patterson | 2010-09-06 | 1 | -0/+5 | |
* | adding backwards compat methods | Aaron Patterson | 2010-09-06 | 1 | -0/+3 | |
* | fixing warning | Aaron Patterson | 2010-09-06 | 1 | -1/+1 | |
* | select manager responds to order | Aaron Patterson | 2010-09-06 | 1 | -0/+4 | |
* | fixing version so tests run with rails | Aaron Patterson | 2010-09-05 | 1 | -1/+1 | |
* | deep copies of statements aren't necessary. shallow copy the top-level arrays. | Mike Dalessio | 2010-08-30 | 5 | -9/+9 | |
* | we can visit the date! | Aaron Patterson | 2010-08-24 | 1 | -0/+1 | |
* | return sql literal nodes | Aaron Patterson | 2010-08-24 | 2 | -3/+5 | |
* | adding order clauses method to the select manager | Aaron Patterson | 2010-08-24 | 3 | -3/+19 | |
* | moving visitor logic to the visitor | Aaron Patterson | 2010-08-24 | 2 | -3/+5 | |
* | adding string join nodes and a visitor to produce backwards compatible "join_... | Aaron Patterson | 2010-08-24 | 8 | -4/+55 | |
* | 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 | |
* | visiting binary columns | Aaron Patterson | 2010-08-23 | 1 | -0/+1 | |
* | AND nodes are supported | Aaron Patterson | 2010-08-23 | 4 | -0/+15 | |
* | Squashed commit of the following: | Aaron Patterson | 2010-08-23 | 3 | -2/+6 | |
* | delete delegates to the connection | Aaron Patterson | 2010-08-23 | 1 | -1/+1 | |
* | making sure update delegates to update and insert delegates to insert | Aaron Patterson | 2010-08-23 | 1 | -4/+3 | |
* | adding count nodes | Aaron Patterson | 2010-08-23 | 4 | -0/+20 | |
* | orders are working | Aaron Patterson | 2010-08-22 | 3 | -3/+10 | |
* | Merge branch 'v1' of github.com:flavorjones/arel into v1 | Aaron Patterson | 2010-08-19 | 6 | -0/+34 | |
|\ | ||||||
| * | DeleteStatement deep copy | Mike Dalessio | 2010-08-19 | 1 | -0/+5 | |
| * | SelectCore deep copies attributes | Mike Dalessio | 2010-08-19 | 1 | -0/+7 | |
| * | Statement nodes deep-copy AST nodes | Mike Dalessio | 2010-08-19 | 3 | -0/+17 | |
| * | TreeManager classes deep-copy their statements. | Mike Dalessio | 2010-08-19 | 1 | -0/+5 |