aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes
Commit message (Collapse)AuthorAgeFilesLines
...
* adding a grouping nodeAaron Patterson2010-09-153-9/+42
|
* refactoring expressions to a moduleAaron Patterson2010-09-141-11/+1
|
* adding sum to sql literalAaron Patterson2010-09-141-0/+4
|
* VALUES are getting better everydayAaron Patterson2010-09-141-2/+3
|
* adding an EXISTS node, update method will generate an IN clauseAaron Patterson2010-09-142-1/+12
|
* adding table alias to the TableAlias nodeAaron Patterson2010-09-141-0/+1
|
* totally lame, but arel expects FROM to only be one itemAaron Patterson2010-09-121-1/+1
|
* Add Min node.Emilio Tagua2010-09-111-0/+6
|
* Add maximum to SqlLiteral.Emilio Tagua2010-09-111-0/+4
|
* backwards compatAaron Patterson2010-09-101-0/+2
|
* adding not equal node, column names are expected to be symbolsAaron Patterson2010-09-102-1/+7
|
* differentiating equality and assignmentAaron Patterson2010-09-101-0/+6
|
* added a greater than nodeAaron Patterson2010-09-101-0/+6
|
* added greater than or equal to nodeAaron Patterson2010-09-101-0/+6
|
* adding an offset nodeAaron Patterson2010-09-102-1/+13
|
* adding a Value node so that SqlLiteral values may be usedAaron Patterson2010-09-092-2/+13
|
* adding locking node to the ASTAaron Patterson2010-09-082-1/+8
|
* average node is addedAaron Patterson2010-09-085-50/+35
|
* adding having nodesAaron Patterson2010-09-082-0/+14
|
* adding maximum nodesAaron Patterson2010-09-081-0/+22
|
* as is implementedAaron Patterson2010-09-081-0/+10
|
* adding a sum nodeAaron Patterson2010-09-081-0/+12
|
* moving deprecated constants to the correct placeAaron Patterson2010-09-072-6/+0
|
* adding "as" and to_sql to count nodesAaron Patterson2010-09-071-1/+12
|
* group nodes are working!Aaron Patterson2010-09-072-3/+16
|
* adding backwards compat nodesAaron Patterson2010-09-072-0/+6
|
* adding backwards compat methodsAaron Patterson2010-09-061-0/+3
|
* deep copies of statements aren't necessary. shallow copy the top-level arrays.Mike Dalessio2010-08-305-9/+9
|
* adding string join nodes and a visitor to produce backwards compatible ↵Aaron Patterson2010-08-241-0/+11
| | | | "join_sql"
* AND nodes are supportedAaron Patterson2010-08-232-0/+10
|
* adding count nodesAaron Patterson2010-08-232-0/+15
|
* orders are workingAaron Patterson2010-08-221-3/+4
|
* Merge branch 'v1' of github.com:flavorjones/arel into v1Aaron Patterson2010-08-195-0/+29
|\ | | | | | | | | | | | | | | | | * '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.
| * DeleteStatement deep copyMike Dalessio2010-08-191-0/+5
| |
| * SelectCore deep copies attributesMike Dalessio2010-08-191-0/+7
| |
| * Statement nodes deep-copy AST nodesMike Dalessio2010-08-193-0/+17
| |
* | adding outer joinsAaron Patterson2010-08-193-8/+20
| |
* | joins can be createdAaron Patterson2010-08-183-0/+44
|/
* delete manager addedAaron Patterson2010-08-181-0/+12
|
* fixing update supportAaron Patterson2010-08-181-0/+13
|
* defaulting to Table.engine for nowAaron Patterson2010-08-161-1/+1
|
* adding comment to myselfAaron Patterson2010-08-161-0/+2
|
* OR nodes are somewhat workingAaron Patterson2010-08-163-12/+31
|
* spec:v1:sqlite3 works for running our specsAaron Patterson2010-08-161-0/+6
|
* defaulting values to a listAaron Patterson2010-08-141-1/+1
|
* update manager is workingAaron Patterson2010-08-141-1/+2
|
* basic updates are workingAaron Patterson2010-08-141-0/+12
|
* insert manager is starting to take shapeAaron Patterson2010-08-131-0/+13
|
* project works with stringsAaron Patterson2010-08-131-6/+1
|
* limits are addedAaron Patterson2010-08-122-1/+14
|