aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes
Commit message (Expand)AuthorAgeFilesLines
* Replace MathOperation with InfixOperation to support more operatorsErnie Miller2011-03-092-15/+42
* Merge branch 'master' of github.com:rails/arelAaron Patterson2011-03-071-0/+4
|\
| * Add an #table_name method to Table and TableAlias, which always returns the a...Jon Leighton2011-03-041-0/+4
* | Merge remote branch 'stiff/master' into omgAaron Patterson2011-03-071-0/+15
|\ \ | |/ |/|
| * implemented support for math operations in numeric attributesVladimir Meremyanin2011-01-291-0/+15
* | Lock should be a unary nodeAaron Patterson2011-02-212-10/+1
* | Merge remote branch 'jstorimer/master' into omgAaron Patterson2011-02-211-0/+4
|\ \
| * | Allow database specific locking clauses to be usedJesse Storimer2011-01-201-0/+4
* | | Fix #not to stop wrapping in a grouping nodeErnie Miller2011-02-111-1/+1
* | | Merge branch 'named-function-predicates'Aaron Patterson2011-02-021-0/+2
|\ \ \ | |_|/ |/| |
| * | Chain predications off of named functionsDaniel Azuma2011-01-191-0/+2
| |/
* | Added support for INTERSECT and EXCEPTBrian Cardarella2011-01-221-0/+2
* | WTF, tabs?Paul Sadauskas2011-01-211-6/+6
* | With node takes an array, less code to determine alternative nodesPaul Sadauskas2011-01-211-8/+1
* | Don't need with_recursivePaul Sadauskas2011-01-211-2/+1
* | Add support for WITH and UNIONPaul Sadauskas2011-01-213-6/+27
|/
* Added Arel::Nodes::NamedFunction for representing generic SQL functionsAaron Patterson2011-01-043-4/+14
* limit and top files are not neededAaron Patterson2011-01-032-13/+0
* Merge branch '2-0-stable' into mergeAaron Patterson2011-01-034-3/+19
|\
| * Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James Able...Viacheslav Petrenko2011-01-033-1/+15
* | requiring that the primary key be set on the UpdateManager so that databases ...Aaron Patterson2010-12-241-2/+4
* | fixing typo, thanks @devwoutAaron Patterson2010-12-211-1/+1
* | removing commented out codeAaron Patterson2010-12-141-7/+0
* | cleaning up more nodesAaron Patterson2010-12-147-38/+24
* | cleaning up more nodesAaron Patterson2010-12-147-37/+12
* | cleaning up more nodesAaron Patterson2010-12-145-31/+9
* | removing more nodes!Aaron Patterson2010-12-147-31/+16
* | remove some nodesAaron Patterson2010-12-145-30/+0
* | adding factory methods to node base classAaron Patterson2010-12-142-1/+2
* | string join should be a unary opAaron Patterson2010-12-141-0/+3
* | removing test code. :-(Aaron Patterson2010-12-141-4/+0
* | 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