aboutsummaryrefslogtreecommitdiffstats
path: root/spec/arel/select_manager_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* adding order clauses method to the select managerAaron Patterson2010-08-241-0/+11
|
* adding string join nodes and a visitor to produce backwards compatible ↵Aaron Patterson2010-08-241-2/+2
| | | | "join_sql"
* project takes *args nowAaron Patterson2010-08-231-3/+9
|
* delete delegates to the connectionAaron Patterson2010-08-231-0/+1
|
* making sure update delegates to update and insert delegates to insertAaron Patterson2010-08-231-1/+2
|
* orders are workingAaron Patterson2010-08-221-0/+31
|
* Merge branch 'v1' of github.com:flavorjones/arel into v1Aaron Patterson2010-08-191-0/+11
|\ | | | | | | | | | | | | | | | | * '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.
| * TreeManager classes deep-copy their statements.Mike Dalessio2010-08-191-0/+11
| |
* | adding outer joinsAaron Patterson2010-08-191-0/+24
| |
* | joins can be createdAaron Patterson2010-08-181-2/+20
|/
* delete manager addedAaron Patterson2010-08-181-0/+25
|
* fixing update supportAaron Patterson2010-08-181-0/+10
|
* IN seems to workAaron Patterson2010-08-161-1/+1
|
* update is working on the select managerAaron Patterson2010-08-141-0/+48
|
* insert manager implements "insert"Aaron Patterson2010-08-131-0/+87