aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* full sql statement generationAaron Patterson2010-08-121-0/+13
|
* to_sql visitor startedAaron Patterson2010-08-121-0/+5
|
* adding some deprecated classesAaron Patterson2010-08-121-0/+11
|
* adding first nodeAaron Patterson2010-08-121-0/+12