Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | if FROM is a string, convert to string literal | Aaron Patterson | 2010-09-18 | 1 | -1/+1 |
| | |||||
* | returning nil for tables that do not exist | Aaron Patterson | 2010-09-18 | 1 | -21/+5 |
| | |||||
* | Revert "Table#[] returns nil when table does not exist" | Aaron Patterson | 2010-09-15 | 1 | -7/+0 |
| | | | | This reverts commit e460aa96ae9bd5f1a24d798b2d22984a54810c70. | ||||
* | Table#[] returns nil when table does not exist | Aaron Patterson | 2010-09-15 | 1 | -0/+7 |
| | |||||
* | JoinSql visitor will visit left side if left is a join | Aaron Patterson | 2010-09-15 | 1 | -0/+35 |
| | |||||
* | adding a grouping node | Aaron Patterson | 2010-09-15 | 2 | -6/+6 |
| | |||||
* | VALUES are getting better everyday | Aaron Patterson | 2010-09-14 | 1 | -0/+5 |
| | |||||
* | adding an EXISTS node, update method will generate an IN clause | Aaron Patterson | 2010-09-14 | 3 | -2/+47 |
| | |||||
* | totally lame, but arel expects FROM to only be one item | Aaron Patterson | 2010-09-12 | 1 | -1/+1 |
| | |||||
* | order accepts symbols for clauses | Aaron Patterson | 2010-09-12 | 1 | -0/+13 |
| | |||||
* | OUTER JOIN should be LEFT OUTER JOIN | Aaron Patterson | 2010-09-12 | 1 | -1/+1 |
| | |||||
* | supporting symbols for group statements | Aaron Patterson | 2010-09-12 | 1 | -0/+12 |
| | |||||
* | using table_alias when :as is passed to the constructor | Aaron Patterson | 2010-09-12 | 1 | -0/+9 |
| | |||||
* | adding some backwards compatibility | Aaron Patterson | 2010-09-12 | 1 | -0/+12 |
| | |||||
* | supporting StringJoin in the JoinSQL visitor | Aaron Patterson | 2010-09-12 | 1 | -0/+9 |
| | |||||
* | Add test for Hash visitor. | Emilio Tagua | 2010-09-11 | 1 | -0/+4 |
| | |||||
* | Add Min node. | Emilio Tagua | 2010-09-11 | 1 | -0/+7 |
| | |||||
* | backwards compat | Aaron Patterson | 2010-09-10 | 1 | -0/+6 |
| | |||||
* | inserting false works a bit better | Aaron Patterson | 2010-09-10 | 1 | -0/+9 |
| | |||||
* | fixing indentation | Aaron Patterson | 2010-09-10 | 1 | -1/+1 |
| | |||||
* | adding some backwards compatibility for AR | Aaron Patterson | 2010-09-10 | 1 | -0/+11 |
| | |||||
* | adding not equal node, column names are expected to be symbols | Aaron Patterson | 2010-09-10 | 2 | -2/+27 |
| | |||||
* | equality should handle nil correctly | Aaron Patterson | 2010-09-10 | 1 | -0/+7 |
| | |||||
* | added a greater than node | Aaron Patterson | 2010-09-10 | 1 | -0/+16 |
| | |||||
* | added greater than or equal to node | Aaron Patterson | 2010-09-10 | 1 | -0/+16 |
| | |||||
* | adding "orders" method | Aaron Patterson | 2010-09-10 | 1 | -0/+10 |
| | |||||
* | we can visit DateTime | Aaron Patterson | 2010-09-10 | 1 | -0/+4 |
| | |||||
* | adding an offset node | Aaron Patterson | 2010-09-10 | 1 | -0/+15 |
| | |||||
* | adding taken method to return the limit value | Aaron Patterson | 2010-09-09 | 1 | -0/+9 |
| | |||||
* | adding a Value node so that SqlLiteral values may be used | Aaron Patterson | 2010-09-09 | 2 | -3/+17 |
| | |||||
* | Table#join will noop when nil is passed | Aaron Patterson | 2010-09-09 | 1 | -0/+6 |
| | |||||
* | adding locking node to the AST | Aaron Patterson | 2010-09-08 | 1 | -0/+9 |
| | |||||
* | we can visit floats! | Aaron Patterson | 2010-09-08 | 1 | -0/+4 |
| | |||||
* | average node is added | Aaron Patterson | 2010-09-08 | 1 | -0/+17 |
| | |||||
* | adding having nodes | Aaron Patterson | 2010-09-08 | 1 | -0/+9 |
| | |||||
* | adding maximum nodes | Aaron Patterson | 2010-09-08 | 2 | -0/+29 |
| | |||||
* | we can visit big decimal | Aaron Patterson | 2010-09-08 | 1 | -0/+4 |
| | |||||
* | adding a sum node | Aaron Patterson | 2010-09-08 | 1 | -0/+17 |
| | |||||
* | Table#project takes multiple parameters | Aaron Patterson | 2010-09-08 | 1 | -4/+6 |
| | |||||
* | on can take multiple args | Aaron Patterson | 2010-09-07 | 1 | -0/+39 |
| | |||||
* | count takes distinct | Aaron Patterson | 2010-09-07 | 1 | -0/+7 |
| | |||||
* | adding "as" and to_sql to count nodes | Aaron Patterson | 2010-09-07 | 2 | -0/+19 |
| | |||||
* | group is implemented on table | Aaron Patterson | 2010-09-07 | 1 | -0/+9 |
| | |||||
* | adding group to Table | Aaron Patterson | 2010-09-07 | 1 | -0/+9 |
| | |||||
* | group nodes are working! | Aaron Patterson | 2010-09-07 | 1 | -0/+28 |
| | |||||
* | nooping on nil parameters | Aaron Patterson | 2010-09-07 | 1 | -0/+5 |
| | |||||
* | OUTER joins should be LEFT outer joins | Aaron Patterson | 2010-09-07 | 2 | -2/+2 |
| | |||||
* | getting better on joins | Aaron Patterson | 2010-09-07 | 1 | -0/+16 |
| | |||||
* | failing test for join on select manager | Aaron Patterson | 2010-09-07 | 1 | -0/+16 |
| | |||||
* | joins are starting to work better | Aaron Patterson | 2010-09-07 | 1 | -0/+14 |
| |