aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes.rb
Commit message (Expand)AuthorAgeFilesLines
* * Support for bitwise operations as infix operators. Tests included.Shahbaz Javeed2016-01-061-0/+1
* Implement CASE Conditional ExpressionFelix Bùˆnemann2016-01-051-0/+3
* Add case sensitive regexpKeenan Brock2015-12-051-0/+1
* Move casted to its own fileVipul A M2015-05-311-40/+1
* Allow a type caster to be given to the `Arel::Table` objectSean Griffin2014-12-291-11/+0
* Deprecate automatic type casting within ArelSean Griffin2014-12-261-0/+11
* đŸ’£Sean Griffin2014-12-041-1/+1
* Quoted nodes respond to `nil?` in the same way as `Casted` nodesSean Griffin2014-12-041-0/+1
* Quoted nodes respond to the same method as Casted nodesSean Griffin2014-12-041-0/+1
* Don't re-quote nodes which are already quotedSean Griffin2014-12-021-1/+1
* Add order to BindParams in the ToSql collectorSean Griffin2014-11-171-0/+1
* {Matches,DoesNotMatch} support the ESCAPE clauseTamir Duberstein2014-09-251-0/+1
* No need to check for SelectStatement as it's a descendant of NodeJiri Pospisil2014-06-121-1/+1
* Make sure Arel::SelectManager is not mistaken for an attributeJiri Pospisil2014-06-121-1/+1
* Added right and full outer joinsStephen Prater & Fire-Dragon-DoL2014-03-301-0/+2
* build quoted nodes in factory methodsAaron Patterson2014-03-241-1/+8
* add the casting node to the AST at build timeAaron Patterson2014-03-241-0/+32
* Include Predications in GroupingErnie Miller2012-05-191-0/+1
* Add #extract, which produces ANSI SQL function EXTRACT(<field> from <expr>).Alexander Staubo2012-02-231-0/+1
* Support ANSI SQL2003 window functions.Alexander Staubo2012-02-221-0/+4
* Add nodes for boolean constantsDaniel Cadenas2011-08-031-0/+2
* Break Ordering into Ascending/Descending nodes, allow reversalErnie Miller2011-06-151-1/+2
* adding Distinct ON nodeAaron Patterson2011-04-211-0/+4
* Replace MathOperation with InfixOperation to support more operatorsErnie Miller2011-03-091-1/+1
* Merge remote branch 'stiff/master' into omgAaron Patterson2011-03-071-0/+1
|\
| * implemented support for math operations in numeric attributesVladimir Meremyanin2011-01-291-0/+1
* | Lock should be a unary nodeAaron Patterson2011-02-211-1/+0
|/
* Add support for WITH and UNIONPaul Sadauskas2011-01-211-0/+1
* Added Arel::Nodes::NamedFunction for representing generic SQL functionsAaron Patterson2011-01-041-0/+1
* cleaning up more nodesAaron Patterson2010-12-141-18/+22
* cleaning up more nodesAaron Patterson2010-12-141-7/+3
* cleaning up more nodesAaron Patterson2010-12-141-5/+3
* removing more nodes!Aaron Patterson2010-12-141-10/+1
* adding a join source nodeAaron Patterson2010-12-141-0/+1
* adding unary nodeAaron Patterson2010-11-291-0/+1
* adding an AS nodeAaron Patterson2010-11-231-0/+1
* adding a "not" factory method for creating Not nodesAaron Patterson2010-11-231-0/+1
* Support Attribute#asc and Attribute#desc to create orderingsErnie Miller2010-09-291-0/+1
* Add support for remaining *_any/*_all attribute methods, and add matches/does...Ernie Miller2010-09-291-0/+3
* adding an oracle visitorAaron Patterson2010-09-241-0/+1
* supporting ranges for IN statementsAaron Patterson2010-09-201-0/+2
* adding a grouping nodeAaron Patterson2010-09-151-0/+2
* adding an EXISTS node, update method will generate an IN clauseAaron Patterson2010-09-141-0/+1
* Add Min node.Emilio Tagua2010-09-111-0/+1
* adding not equal node, column names are expected to be symbolsAaron Patterson2010-09-101-0/+1
* differentiating equality and assignmentAaron Patterson2010-09-101-0/+1
* added a greater than nodeAaron Patterson2010-09-101-0/+1
* added greater than or equal to nodeAaron Patterson2010-09-101-0/+1
* adding an offset nodeAaron Patterson2010-09-101-0/+1
* adding a Value node so that SqlLiteral values may be usedAaron Patterson2010-09-091-0/+1