Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
|/ | ||||||
* | delete manager added | Aaron Patterson | 2010-08-18 | 1 | -0/+12 | |
* | fixing update support | Aaron Patterson | 2010-08-18 | 1 | -0/+13 | |
* | defaulting to Table.engine for now | Aaron Patterson | 2010-08-16 | 1 | -1/+1 | |
* | adding comment to myself | Aaron Patterson | 2010-08-16 | 1 | -0/+2 | |
* | OR nodes are somewhat working | Aaron Patterson | 2010-08-16 | 3 | -12/+31 | |
* | spec:v1:sqlite3 works for running our specs | Aaron Patterson | 2010-08-16 | 1 | -0/+6 | |
* | defaulting values to a list | Aaron Patterson | 2010-08-14 | 1 | -1/+1 | |
* | update manager is working | Aaron Patterson | 2010-08-14 | 1 | -1/+2 | |
* | basic updates are working | Aaron Patterson | 2010-08-14 | 1 | -0/+12 | |
* | insert manager is starting to take shape | Aaron Patterson | 2010-08-13 | 1 | -0/+13 | |
* | project works with strings | Aaron Patterson | 2010-08-13 | 1 | -6/+1 |