aboutsummaryrefslogtreecommitdiffstats
path: root/spec/arel
Commit message (Collapse)AuthorAgeFilesLines
* adding an EXISTS node, update method will generate an IN clauseAaron Patterson2010-09-143-2/+47
|
* totally lame, but arel expects FROM to only be one itemAaron Patterson2010-09-121-1/+1
|
* order accepts symbols for clausesAaron Patterson2010-09-121-0/+13
|
* OUTER JOIN should be LEFT OUTER JOINAaron Patterson2010-09-121-1/+1
|
* supporting symbols for group statementsAaron Patterson2010-09-121-0/+12
|
* using table_alias when :as is passed to the constructorAaron Patterson2010-09-121-0/+9
|
* adding some backwards compatibilityAaron Patterson2010-09-121-0/+12
|
* supporting StringJoin in the JoinSQL visitorAaron Patterson2010-09-121-0/+9
|
* Add test for Hash visitor.Emilio Tagua2010-09-111-0/+4
|
* Add Min node.Emilio Tagua2010-09-111-0/+7
|
* backwards compatAaron Patterson2010-09-101-0/+6
|
* inserting false works a bit betterAaron Patterson2010-09-101-0/+9
|
* fixing indentationAaron Patterson2010-09-101-1/+1
|
* adding some backwards compatibility for ARAaron Patterson2010-09-101-0/+11
|
* adding not equal node, column names are expected to be symbolsAaron Patterson2010-09-102-2/+27
|
* equality should handle nil correctlyAaron Patterson2010-09-101-0/+7
|
* added a greater than nodeAaron Patterson2010-09-101-0/+16
|
* added greater than or equal to nodeAaron Patterson2010-09-101-0/+16
|
* adding "orders" methodAaron Patterson2010-09-101-0/+10
|
* we can visit DateTimeAaron Patterson2010-09-101-0/+4
|
* adding an offset nodeAaron Patterson2010-09-101-0/+15
|
* adding taken method to return the limit valueAaron Patterson2010-09-091-0/+9
|
* adding a Value node so that SqlLiteral values may be usedAaron Patterson2010-09-092-3/+17
|
* Table#join will noop when nil is passedAaron Patterson2010-09-091-0/+6
|
* adding locking node to the ASTAaron Patterson2010-09-081-0/+9
|
* we can visit floats!Aaron Patterson2010-09-081-0/+4
|
* average node is addedAaron Patterson2010-09-081-0/+17
|
* adding having nodesAaron Patterson2010-09-081-0/+9
|
* adding maximum nodesAaron Patterson2010-09-082-0/+29
|
* we can visit big decimalAaron Patterson2010-09-081-0/+4
|
* adding a sum nodeAaron Patterson2010-09-081-0/+17
|
* Table#project takes multiple parametersAaron Patterson2010-09-081-4/+6
|
* on can take multiple argsAaron Patterson2010-09-071-0/+39
|
* count takes distinctAaron Patterson2010-09-071-0/+7
|
* adding "as" and to_sql to count nodesAaron Patterson2010-09-072-0/+19
|
* group is implemented on tableAaron Patterson2010-09-071-0/+9
|
* adding group to TableAaron Patterson2010-09-071-0/+9
|
* group nodes are working!Aaron Patterson2010-09-071-0/+28
|
* nooping on nil parametersAaron Patterson2010-09-071-0/+5
|
* OUTER joins should be LEFT outer joinsAaron Patterson2010-09-072-2/+2
|
* getting better on joinsAaron Patterson2010-09-071-0/+16
|
* failing test for join on select managerAaron Patterson2010-09-071-0/+16
|
* joins are starting to work betterAaron Patterson2010-09-071-0/+14
|
* adding joins method to TableAaron Patterson2010-09-071-0/+8
|
* adding backwards compat methodsAaron Patterson2010-09-061-0/+27
|
* select manager responds to orderAaron Patterson2010-09-061-0/+7
|
* deep copies of statements aren't necessary. shallow copy the top-level arrays.Mike Dalessio2010-08-305-30/+16
|
* fixing typos in specMike Dalessio2010-08-301-2/+2
|
* specs for DeleteManager deep copyMike Dalessio2010-08-301-0/+11
|
* we can visit the date!Aaron Patterson2010-08-241-0/+4
|