Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | removing test code. :-( | Aaron Patterson | 2010-12-14 | 1 | -4/+0 | |
| | | ||||||
* | | fixing create_string_join factory method | Aaron Patterson | 2010-12-14 | 2 | -0/+5 | |
| | | ||||||
* | | adding a join source node | Aaron Patterson | 2010-12-14 | 4 | -18/+41 | |
| | | ||||||
* | | AND nodes are now n-ary | Aaron Patterson | 2010-12-09 | 2 | -1/+18 | |
| | | ||||||
* | | converting froms to from | Aaron Patterson | 2010-12-07 | 1 | -3/+6 | |
| | | ||||||
* | | adding a join factory method on the select manager | Aaron Patterson | 2010-12-07 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch '2-0-stable' | Aaron Patterson | 2010-12-06 | 1 | -1/+1 | |
|\| | | | | | | | | | * 2-0-stable: adding a test for the dot visitor | |||||
| * | adding a test for the dot visitor | Aaron Patterson | 2010-12-06 | 1 | -1/+1 | |
| | | ||||||
* | | attributes do not need a column member | Aaron Patterson | 2010-12-03 | 1 | -0/+4 | |
| | | ||||||
* | | we actually want enumerable in Node | Aaron Patterson | 2010-12-01 | 1 | -0/+2 | |
|/ | ||||||
* | rails 3.0.x will not let us have nice things | Aaron Patterson | 2010-12-01 | 1 | -2/+0 | |
| | ||||||
* | base class works with visitor | Aaron Patterson | 2010-11-29 | 1 | -0/+2 | |
| | ||||||
* | 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 ↵ | Ernie Miller | 2010-09-29 | 3 | -0/+18 | |
| | | | | matches/does_not_match/not_in | |||||
* | 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 | |
| |