Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding better dot file support for our nodes | Aaron Patterson | 2010-09-29 | 4 | -3/+5 |
* | Add support for remaining *_any/*_all attribute methods, and add matches/does... | Ernie Miller | 2010-09-29 | 3 | -0/+18 |
* | to_sql on nodes may be passed an engine | Aaron Patterson | 2010-09-27 | 4 | -26/+11 |
* | adding an oracle visitor | Aaron Patterson | 2010-09-24 | 1 | -0/+6 |
* | moving expression up to function class | Aaron Patterson | 2010-09-23 | 2 | -1/+1 |
* | adding a select statment visitor | Aaron Patterson | 2010-09-23 | 1 | -1/+2 |
* | quoting update values using the column | Aaron Patterson | 2010-09-22 | 1 | -0/+4 |
* | making stuff work on mysql | Aaron Patterson | 2010-09-21 | 1 | -1/+3 |
* | supporting ranges for IN statements | Aaron Patterson | 2010-09-20 | 2 | -0/+12 |
* | removing some debugging code. oops! | Aaron Patterson | 2010-09-20 | 1 | -4/+0 |
* | from does not need to be a list | Aaron Patterson | 2010-09-20 | 1 | -2/+2 |
* | adding crazy code to fix the last two AR tests | Aaron Patterson | 2010-09-20 | 1 | -0/+4 |
* | adding a grouping node | Aaron Patterson | 2010-09-15 | 3 | -9/+42 |
* | refactoring expressions to a module | Aaron Patterson | 2010-09-14 | 1 | -11/+1 |
* | adding sum to sql literal | Aaron Patterson | 2010-09-14 | 1 | -0/+4 |
* | VALUES are getting better everyday | Aaron Patterson | 2010-09-14 | 1 | -2/+3 |
* | adding an EXISTS node, update method will generate an IN clause | Aaron Patterson | 2010-09-14 | 2 | -1/+12 |
* | adding table alias to the TableAlias node | Aaron Patterson | 2010-09-14 | 1 | -0/+1 |
* | totally lame, but arel expects FROM to only be one item | Aaron Patterson | 2010-09-12 | 1 | -1/+1 |
* | Add Min node. | Emilio Tagua | 2010-09-11 | 1 | -0/+6 |
* | Add maximum to SqlLiteral. | Emilio Tagua | 2010-09-11 | 1 | -0/+4 |
* | backwards compat | Aaron Patterson | 2010-09-10 | 1 | -0/+2 |
* | adding not equal node, column names are expected to be symbols | Aaron Patterson | 2010-09-10 | 2 | -1/+7 |
* | differentiating equality and assignment | Aaron Patterson | 2010-09-10 | 1 | -0/+6 |
* | added a greater than node | Aaron Patterson | 2010-09-10 | 1 | -0/+6 |
* | added greater than or equal to node | Aaron Patterson | 2010-09-10 | 1 | -0/+6 |
* | adding an offset node | Aaron Patterson | 2010-09-10 | 2 | -1/+13 |
* | adding a Value node so that SqlLiteral values may be used | Aaron Patterson | 2010-09-09 | 2 | -2/+13 |
* | adding locking node to the AST | Aaron Patterson | 2010-09-08 | 2 | -1/+8 |
* | average node is added | Aaron Patterson | 2010-09-08 | 5 | -50/+35 |
* | adding having nodes | Aaron Patterson | 2010-09-08 | 2 | -0/+14 |
* | adding maximum nodes | Aaron Patterson | 2010-09-08 | 1 | -0/+22 |
* | as is implemented | Aaron Patterson | 2010-09-08 | 1 | -0/+10 |
* | adding a sum node | Aaron Patterson | 2010-09-08 | 1 | -0/+12 |
* | moving deprecated constants to the correct place | Aaron Patterson | 2010-09-07 | 2 | -6/+0 |
* | adding "as" and to_sql to count nodes | Aaron Patterson | 2010-09-07 | 1 | -1/+12 |
* | group nodes are working! | Aaron Patterson | 2010-09-07 | 2 | -3/+16 |
* | adding backwards compat nodes | Aaron Patterson | 2010-09-07 | 2 | -0/+6 |
* | adding backwards compat methods | Aaron Patterson | 2010-09-06 | 1 | -0/+3 |
* | deep copies of statements aren't necessary. shallow copy the top-level arrays. | Mike Dalessio | 2010-08-30 | 5 | -9/+9 |
* | adding string join nodes and a visitor to produce backwards compatible "join_... | Aaron Patterson | 2010-08-24 | 1 | -0/+11 |
* | AND nodes are supported | Aaron Patterson | 2010-08-23 | 2 | -0/+10 |
* | adding count nodes | Aaron Patterson | 2010-08-23 | 2 | -0/+15 |
* | orders are working | Aaron Patterson | 2010-08-22 | 1 | -3/+4 |
* | Merge branch 'v1' of github.com:flavorjones/arel into v1 | Aaron Patterson | 2010-08-19 | 5 | -0/+29 |
|\ | |||||
| * | 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 |
* | | adding outer joins | Aaron Patterson | 2010-08-19 | 3 | -8/+20 |
* | | joins can be created | Aaron Patterson | 2010-08-18 | 3 | -0/+44 |
|/ |