aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel
Commit message (Collapse)AuthorAgeFilesLines
* Table#join will noop when nil is passedAaron Patterson2010-09-091-0/+2
|
* adding locking node to the ASTAaron Patterson2010-09-086-2/+27
|
* we can visit floats!Aaron Patterson2010-09-081-0/+1
|
* average node is addedAaron Patterson2010-09-088-50/+46
|
* adding having nodesAaron Patterson2010-09-086-1/+30
|
* adding maximum nodesAaron Patterson2010-09-084-0/+32
|
* as is implementedAaron Patterson2010-09-081-0/+10
|
* we can visit big decimalAaron Patterson2010-09-081-0/+3
|
* adding a sum nodeAaron Patterson2010-09-084-0/+22
|
* visiting symbols in the SQL visitorAaron Patterson2010-09-083-1/+3
|
* Table#project takes multiple parametersAaron Patterson2010-09-081-2/+2
|
* on can take multiple argsAaron Patterson2010-09-071-2/+13
|
* moving deprecated constants to the correct placeAaron Patterson2010-09-073-6/+1
|
* count takes distinctAaron Patterson2010-09-071-2/+2
|
* adding "as" and to_sql to count nodesAaron Patterson2010-09-073-2/+21
|
* group is implemented on tableAaron Patterson2010-09-071-0/+3
|
* adding group to TableAaron Patterson2010-09-071-0/+4
|
* group nodes are working!Aaron Patterson2010-09-075-4/+30
|
* nooping on nil parametersAaron Patterson2010-09-071-0/+2
|
* OUTER joins should be LEFT outer joinsAaron Patterson2010-09-071-1/+1
|
* visiting outer joinsAaron Patterson2010-09-071-0/+1
|
* getting better on joinsAaron Patterson2010-09-072-0/+17
|
* joins are starting to work betterAaron Patterson2010-09-071-2/+2
|
* adding joins method to TableAaron Patterson2010-09-071-0/+4
|
* adding backwards compat nodesAaron Patterson2010-09-072-0/+6
|
* doing sql literal conversionAaron Patterson2010-09-071-1/+5
|
* dot visitor can visit count nodesAaron Patterson2010-09-061-0/+5
|
* adding backwards compat methodsAaron Patterson2010-09-061-0/+3
|
* fixing warningAaron Patterson2010-09-061-1/+1
|
* select manager responds to orderAaron Patterson2010-09-061-0/+4
|
* fixing version so tests run with railsAaron Patterson2010-09-051-1/+1
|
* deep copies of statements aren't necessary. shallow copy the top-level arrays.Mike Dalessio2010-08-305-9/+9
|
* we can visit the date!Aaron Patterson2010-08-241-0/+1
|
* return sql literal nodesAaron Patterson2010-08-242-3/+5
|
* adding order clauses method to the select managerAaron Patterson2010-08-243-3/+19
|
* moving visitor logic to the visitorAaron Patterson2010-08-242-3/+5
|
* adding string join nodes and a visitor to produce backwards compatible ↵Aaron Patterson2010-08-248-4/+55
| | | | "join_sql"
* not implementing to_a yetAaron Patterson2010-08-231-0/+4
|
* project takes *args nowAaron Patterson2010-08-231-2/+2
|
* visiting binary columnsAaron Patterson2010-08-231-0/+1
|
* AND nodes are supportedAaron Patterson2010-08-234-0/+15
|
* Squashed commit of the following:Aaron Patterson2010-08-233-2/+6
| | | | | | | | commit 3c6727732b349551df342b9eee66ed53d47e53eb Author: Aaron Patterson <aaron.patterson@gmail.com> Date: Mon Aug 23 14:11:34 2010 -0700 adding table alias
* delete delegates to the connectionAaron Patterson2010-08-231-1/+1
|
* making sure update delegates to update and insert delegates to insertAaron Patterson2010-08-231-4/+3
|
* adding count nodesAaron Patterson2010-08-234-0/+20
|
* orders are workingAaron Patterson2010-08-223-3/+10
|
* Merge branch 'v1' of github.com:flavorjones/arel into v1Aaron Patterson2010-08-196-0/+34
|\ | | | | | | | | | | | | | | | | * '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
| |