aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* constructor can take column infoAaron Patterson2010-09-211-0/+7
|
* making stuff work on mysqlAaron Patterson2010-09-212-1/+10
|
* supporting ranges for IN statementsAaron Patterson2010-09-201-0/+14
|
* dealing with empty in statementsAaron Patterson2010-09-201-0/+7
|
* if FROM is a string, convert to string literalAaron Patterson2010-09-181-1/+1
|
* returning nil for tables that do not existAaron Patterson2010-09-181-21/+5
|
* Revert "Table#[] returns nil when table does not exist"Aaron Patterson2010-09-151-7/+0
| | | | This reverts commit e460aa96ae9bd5f1a24d798b2d22984a54810c70.
* Table#[] returns nil when table does not existAaron Patterson2010-09-151-0/+7
|
* JoinSql visitor will visit left side if left is a joinAaron Patterson2010-09-151-0/+35
|
* adding a grouping nodeAaron Patterson2010-09-152-6/+6
|
* VALUES are getting better everydayAaron Patterson2010-09-141-0/+5
|
* 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
|