aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/unary.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen_string_literal in all files in arelRafael Mendonça França2017-02-131-0/+1
* Add Support for GroupBy Cube, Rollup and Grouping Set Syntax for PostgreSQL V...Mohammad Habbab2016-05-041-2/+6
* Change the interface of `having` to match that of `where`Sean Griffin2015-01-271-1/+0
* call super from initializeAaron Patterson2013-05-171-0/+1
* Add equality to ALL THE THINGS (that matter)Ernie Miller2012-08-181-0/+10
* Include Predications in GroupingErnie Miller2012-05-191-1/+0
* Break Ordering into Ascending/Descending nodes, allow reversalErnie Miller2011-06-151-0/+1
* adding Distinct ON nodeAaron Patterson2011-04-211-6/+1
* adding a DISTINCT nodeAaron Patterson2011-04-211-0/+6
* adding a Bin node to emit mysql BINARY keywordsAaron Patterson2011-04-111-0/+1
* Lock should be a unary nodeAaron Patterson2011-02-211-0/+1
* Merge branch '2-0-stable' into mergeAaron Patterson2011-01-031-2/+4
|\
* | cleaning up more nodesAaron Patterson2010-12-141-0/+12
|/
* adding unary nodeAaron Patterson2010-11-291-0/+11