aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes
Commit message (Expand)AuthorAgeFilesLines
* fixing create_string_join factory methodAaron Patterson2010-12-142-0/+5
* adding a join source nodeAaron Patterson2010-12-144-18/+41
* AND nodes are now n-aryAaron Patterson2010-12-092-1/+18
* converting froms to fromAaron Patterson2010-12-071-3/+6
* adding a join factory method on the select managerAaron Patterson2010-12-071-2/+2
* Merge branch '2-0-stable'Aaron Patterson2010-12-061-1/+1
|\
| * adding a test for the dot visitorAaron Patterson2010-12-061-1/+1
* | attributes do not need a column memberAaron Patterson2010-12-031-0/+4
* | we actually want enumerable in NodeAaron Patterson2010-12-011-0/+2
|/
* rails 3.0.x will not let us have nice thingsAaron Patterson2010-12-011-2/+0
* base class works with visitorAaron Patterson2010-11-291-0/+2
* adding ancestor testAaron Patterson2010-11-293-3/+3
* updating nodes and depth first visitorAaron Patterson2010-11-297-38/+25
* adding unary nodeAaron Patterson2010-11-296-28/+21
* insert statements supportedAaron Patterson2010-11-292-2/+2
* mostly implemented depth-first traversalAaron Patterson2010-11-291-0/+7
* make table aliases cheaper to allocateAaron Patterson2010-11-241-6/+2
* adding an AS nodeAaron Patterson2010-11-231-0/+6
* adding a "not" factory method for creating Not nodesAaron Patterson2010-11-232-0/+18
* arel more nicely supports EXISTS queriesAaron Patterson2010-11-051-6/+2
* Refactor predication methods to be available to SqlLiterals as well.Ernie Miller2010-10-271-0/+1
* alias visitor_for to forAaron Patterson2010-10-031-1/+1
* Support Attribute#asc and Attribute#desc to create orderingsErnie Miller2010-09-291-0/+19
* adding better dot file support for our nodesAaron Patterson2010-09-294-3/+5
* Add support for remaining *_any/*_all attribute methods, and add matches/does...Ernie Miller2010-09-293-0/+18
* to_sql on nodes may be passed an engineAaron Patterson2010-09-274-26/+11
* adding an oracle visitorAaron Patterson2010-09-241-0/+6
* moving expression up to function classAaron Patterson2010-09-232-1/+1
* adding a select statment visitorAaron Patterson2010-09-231-1/+2
* quoting update values using the columnAaron Patterson2010-09-221-0/+4
* making stuff work on mysqlAaron Patterson2010-09-211-1/+3
* supporting ranges for IN statementsAaron Patterson2010-09-202-0/+12
* removing some debugging code. oops!Aaron Patterson2010-09-201-4/+0
* from does not need to be a listAaron Patterson2010-09-201-2/+2
* adding crazy code to fix the last two AR testsAaron Patterson2010-09-201-0/+4
* adding a grouping nodeAaron Patterson2010-09-153-9/+42
* refactoring expressions to a moduleAaron Patterson2010-09-141-11/+1
* adding sum to sql literalAaron Patterson2010-09-141-0/+4
* VALUES are getting better everydayAaron Patterson2010-09-141-2/+3
* adding an EXISTS node, update method will generate an IN clauseAaron Patterson2010-09-142-1/+12
* adding table alias to the TableAlias nodeAaron Patterson2010-09-141-0/+1
* totally lame, but arel expects FROM to only be one itemAaron Patterson2010-09-121-1/+1
* Add Min node.Emilio Tagua2010-09-111-0/+6
* Add maximum to SqlLiteral.Emilio Tagua2010-09-111-0/+4
* backwards compatAaron Patterson2010-09-101-0/+2
* adding not equal node, column names are expected to be symbolsAaron Patterson2010-09-102-1/+7
* differentiating equality and assignmentAaron Patterson2010-09-101-0/+6
* added a greater than nodeAaron Patterson2010-09-101-0/+6
* added greater than or equal to nodeAaron Patterson2010-09-101-0/+6
* adding an offset nodeAaron Patterson2010-09-102-1/+13