Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | adding ancestor test | Aaron Patterson | 2010-11-29 | 3 | -3/+3 | |
* | updating nodes and depth first visitor | Aaron Patterson | 2010-11-29 | 7 | -38/+25 | |
* | adding unary node | Aaron Patterson | 2010-11-29 | 6 | -28/+21 | |
* | insert statements supported | Aaron Patterson | 2010-11-29 | 2 | -2/+2 | |
* | mostly implemented depth-first traversal | Aaron Patterson | 2010-11-29 | 1 | -0/+7 | |
* | make table aliases cheaper to allocate | Aaron Patterson | 2010-11-24 | 1 | -6/+2 | |
* | adding an AS node | Aaron Patterson | 2010-11-23 | 1 | -0/+6 | |
* | adding a "not" factory method for creating Not nodes | Aaron Patterson | 2010-11-23 | 2 | -0/+18 | |
* | arel more nicely supports EXISTS queries | Aaron Patterson | 2010-11-05 | 1 | -6/+2 | |
* | Refactor predication methods to be available to SqlLiterals as well. | Ernie Miller | 2010-10-27 | 1 | -0/+1 | |
* | alias visitor_for to for | Aaron Patterson | 2010-10-03 | 1 | -1/+1 | |
* | Support Attribute#asc and Attribute#desc to create orderings | Ernie Miller | 2010-09-29 | 1 | -0/+19 | |
* | adding better dot file support for our nodes | Aaron Patterson | 2010-09-29 | 4 | -3/+5 | |
* | Add support for remaining *_any/*_all attribute methods, and add matches/does... | Ernie Miller | 2010-09-29 | 3 | -0/+18 | |
* | to_sql on nodes may be passed an engine | Aaron Patterson | 2010-09-27 | 4 | -26/+11 | |
* | adding an oracle visitor | Aaron Patterson | 2010-09-24 | 1 | -0/+6 | |
* | moving expression up to function class | Aaron Patterson | 2010-09-23 | 2 | -1/+1 | |
* | adding a select statment visitor | Aaron Patterson | 2010-09-23 | 1 | -1/+2 | |
* | quoting update values using the column | Aaron Patterson | 2010-09-22 | 1 | -0/+4 | |
* | making stuff work on mysql | Aaron Patterson | 2010-09-21 | 1 | -1/+3 | |
* | supporting ranges for IN statements | Aaron Patterson | 2010-09-20 | 2 | -0/+12 | |
* | removing some debugging code. oops! | Aaron Patterson | 2010-09-20 | 1 | -4/+0 | |
* | from does not need to be a list | Aaron Patterson | 2010-09-20 | 1 | -2/+2 | |
* | adding crazy code to fix the last two AR tests | Aaron Patterson | 2010-09-20 | 1 | -0/+4 | |
* | adding a grouping node | Aaron Patterson | 2010-09-15 | 3 | -9/+42 | |
* | refactoring expressions to a module | Aaron Patterson | 2010-09-14 | 1 | -11/+1 | |
* | adding sum to sql literal | Aaron Patterson | 2010-09-14 | 1 | -0/+4 | |
* | VALUES are getting better everyday | Aaron Patterson | 2010-09-14 | 1 | -2/+3 | |
* | adding an EXISTS node, update method will generate an IN clause | Aaron Patterson | 2010-09-14 | 2 | -1/+12 | |
* | adding table alias to the TableAlias node | Aaron Patterson | 2010-09-14 | 1 | -0/+1 | |
* | totally lame, but arel expects FROM to only be one item | Aaron Patterson | 2010-09-12 | 1 | -1/+1 | |
* | Add Min node. | Emilio Tagua | 2010-09-11 | 1 | -0/+6 | |
* | Add maximum to SqlLiteral. | Emilio Tagua | 2010-09-11 | 1 | -0/+4 | |
* | backwards compat | Aaron Patterson | 2010-09-10 | 1 | -0/+2 | |
* | adding not equal node, column names are expected to be symbols | Aaron Patterson | 2010-09-10 | 2 | -1/+7 | |
* | differentiating equality and assignment | Aaron Patterson | 2010-09-10 | 1 | -0/+6 | |
* | added a greater than node | Aaron Patterson | 2010-09-10 | 1 | -0/+6 | |
* | added greater than or equal to node | Aaron Patterson | 2010-09-10 | 1 | -0/+6 | |
* | adding an offset node | Aaron Patterson | 2010-09-10 | 2 | -1/+13 | |
* | adding a Value node so that SqlLiteral values may be used | Aaron Patterson | 2010-09-09 | 2 | -2/+13 | |
* | adding locking node to the AST | Aaron Patterson | 2010-09-08 | 2 | -1/+8 | |
* | average node is added | Aaron Patterson | 2010-09-08 | 5 | -50/+35 | |
* | adding having nodes | Aaron Patterson | 2010-09-08 | 2 | -0/+14 | |
* | adding maximum nodes | Aaron Patterson | 2010-09-08 | 1 | -0/+22 | |
* | as is implemented | Aaron Patterson | 2010-09-08 | 1 | -0/+10 | |
* | adding a sum node | Aaron Patterson | 2010-09-08 | 1 | -0/+12 | |
* | moving deprecated constants to the correct place | Aaron Patterson | 2010-09-07 | 2 | -6/+0 | |
* | adding "as" and to_sql to count nodes | Aaron Patterson | 2010-09-07 | 1 | -1/+12 | |
* | group nodes are working! | Aaron Patterson | 2010-09-07 | 2 | -3/+16 | |
* | adding backwards compat nodes | Aaron Patterson | 2010-09-07 | 2 | -0/+6 |