aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/select_core.rb
Commit message (Expand)AuthorAgeFilesLines
* 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