aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/engines/sql/relations/utilities
Commit message (Expand)AuthorAgeFilesLines
* reorganizing classes moreAaron Patterson2010-07-262-27/+0
* Switch Arel::Relation to a module. This will allow for classes with Relation ...Carl Lerche2010-03-222-2/+2
* Extract SQL logic from Arel::Relation into compilers.Emilio Tagua2010-02-151-1/+1
* Don't split sql logging across multiple lines.Emilio Tagua2009-12-271-1/+1
* Extracting #build_query method for creating SQL from partsBryan Helmkamp2009-05-171-0/+4
* WhitespaceBryan Helmkamp2009-05-174-4/+4
* most in memory operations save join and groupBryan Helmkamp2009-05-171-1/+1
* moved table-related stuff into sql engineNick Kallen2009-05-171-0/+6
* moved sql related code to its own engine areaBryan Helmkamp2009-05-173-0/+33