aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/select_core.rb
Commit message (Expand)AuthorAgeFilesLines
* Change the interface of `having` to match that of `where`Sean Griffin2015-01-271-5/+5
* call super from initializeAaron Patterson2013-05-171-0/+1
* Add equality to ALL THE THINGS (that matter)Ernie Miller2012-08-181-0/+20
* Support ANSI SQL2003 window functions.Alexander Staubo2012-02-221-1/+3
* adding a DISTINCT nodeAaron Patterson2011-04-211-7/+10
* Merge branch '2-0-stable' into mergeAaron Patterson2011-01-031-1/+2
|\
| * Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James Able...Viacheslav Petrenko2011-01-031-1/+2
* | fixing typo, thanks @devwoutAaron Patterson2010-12-211-1/+1
* | adding a join source nodeAaron Patterson2010-12-141-7/+15
* | converting froms to fromAaron Patterson2010-12-071-3/+6
|/
* adding ancestor testAaron Patterson2010-11-291-1/+1
* from does not need to be a listAaron Patterson2010-09-201-2/+2
* totally lame, but arel expects FROM to only be one itemAaron Patterson2010-09-121-1/+1
* adding having nodesAaron Patterson2010-09-081-0/+3
* group nodes are working!Aaron Patterson2010-09-071-3/+5
* deep copies of statements aren't necessary. shallow copy the top-level arrays.Mike Dalessio2010-08-301-3/+3
* SelectCore deep copies attributesMike Dalessio2010-08-191-0/+7
* limits are addedAaron Patterson2010-08-121-0/+13