Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 not equal node, column names are expected to be symbols | Aaron Patterson | 2010-09-10 | 2 | -2/+27 |
* | equality should handle nil correctly | Aaron Patterson | 2010-09-10 | 1 | -0/+7 |
* | added a greater than node | Aaron Patterson | 2010-09-10 | 1 | -0/+16 |
* | added greater than or equal to node | Aaron Patterson | 2010-09-10 | 1 | -0/+16 |
* | adding "orders" method | Aaron Patterson | 2010-09-10 | 1 | -0/+10 |
* | we can visit DateTime | Aaron Patterson | 2010-09-10 | 1 | -0/+4 |
* | 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 | 2 | -3/+17 |
* | Table#join will noop when nil is passed | Aaron Patterson | 2010-09-09 | 1 | -0/+6 |
* | adding locking node to the AST | Aaron Patterson | 2010-09-08 | 1 | -0/+9 |
* | we can visit floats! | Aaron Patterson | 2010-09-08 | 1 | -0/+4 |
* | average node is added | Aaron Patterson | 2010-09-08 | 1 | -0/+17 |
* | adding having nodes | Aaron Patterson | 2010-09-08 | 1 | -0/+9 |
* | adding maximum nodes | Aaron Patterson | 2010-09-08 | 2 | -0/+29 |
* | we can visit big decimal | Aaron Patterson | 2010-09-08 | 1 | -0/+4 |
* | adding a sum node | Aaron Patterson | 2010-09-08 | 1 | -0/+17 |
* | Table#project takes multiple parameters | Aaron Patterson | 2010-09-08 | 1 | -4/+6 |
* | on can take multiple args | Aaron Patterson | 2010-09-07 | 1 | -0/+39 |
* | count takes distinct | Aaron Patterson | 2010-09-07 | 1 | -0/+7 |
* | adding "as" and to_sql to count nodes | Aaron Patterson | 2010-09-07 | 2 | -0/+19 |
* | group is implemented on table | Aaron Patterson | 2010-09-07 | 1 | -0/+9 |
* | adding group to 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 | 2 | -2/+2 |
* | 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 |
* | joins are starting to work better | Aaron Patterson | 2010-09-07 | 1 | -0/+14 |
* | adding joins method to Table | Aaron Patterson | 2010-09-07 | 1 | -0/+8 |
* | adding backwards compat methods | Aaron Patterson | 2010-09-06 | 1 | -0/+27 |
* | select manager responds to order | Aaron Patterson | 2010-09-06 | 1 | -0/+7 |
* | deep copies of statements aren't necessary. shallow copy the top-level arrays. | Mike Dalessio | 2010-08-30 | 5 | -30/+16 |
* | fixing typos in spec | Mike Dalessio | 2010-08-30 | 1 | -2/+2 |
* | specs for DeleteManager deep copy | Mike Dalessio | 2010-08-30 | 1 | -0/+11 |
* | we can visit the date! | Aaron Patterson | 2010-08-24 | 1 | -0/+4 |
* | 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 "join_... | Aaron Patterson | 2010-08-24 | 1 | -2/+2 |
* | project takes *args now | Aaron Patterson | 2010-08-23 | 1 | -3/+9 |
* | AND nodes are supported | Aaron Patterson | 2010-08-23 | 2 | -0/+18 |
* | delete delegates to the connection | Aaron Patterson | 2010-08-23 | 2 | -0/+13 |
* | making sure update delegates to update and insert delegates to insert | Aaron Patterson | 2010-08-23 | 2 | -1/+53 |
* | adding count nodes | Aaron Patterson | 2010-08-23 | 1 | -0/+19 |
* | orders are working | Aaron Patterson | 2010-08-22 | 4 | -8/+39 |
* | Merge branch 'v1' of github.com:flavorjones/arel into v1 | Aaron Patterson | 2010-08-19 | 8 | -0/+134 |
|\ | |||||
| * | DeleteStatement deep copy | Mike Dalessio | 2010-08-19 | 1 | -0/+17 |
| * | cleaning up describe/it block names | Mike Dalessio | 2010-08-19 | 3 | -5/+5 |
| * | SelectCore deep copies attributes | Mike Dalessio | 2010-08-19 | 1 | -0/+23 |