aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/relations/relation.rb
Commit message (Expand)AuthorAgeFilesLines
* Added having to use in combination with group to filter records.Emilio Tagua2009-12-281-1/+2
* Added lock to Arel, allowing a locking read if required.Emilio Tagua2009-12-271-0/+5
* Added "from" method, allowing to specify custom from clauses.Emilio Tagua2009-12-271-1/+2
* Accept Arel::Value in hash values and treat them properly.Emilio Tagua2009-08-141-1/+1
* basic implementation of in memory insertionsBryan Helmkamp2009-05-171-1/+1
* using in memory relations as results from sql relationNick Kallen2009-05-171-2/+9
* recursive memory operations now possibleBryan Helmkamp2009-05-171-4/+0
* join sql stuff moved into sql adapterBryan Helmkamp2009-05-171-8/+7
* reorganized file structuresBryan Helmkamp2009-05-171-0/+134