aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/engines/sql/formatters.rb
Commit message (Expand)AuthorAgeFilesLines
* Quoting every part of a Range. Calling .to_s is not enough for Range with two...Eugene Pimenov2010-02-011-1/+1
* Added having to use in combination with group to filter records.Emilio Tagua2009-12-281-0/+6
* Removed useless attribute definition from TableReference.Emilio Tagua2009-12-271-4/+0
* Added "from" method, allowing to specify custom from clauses.Emilio Tagua2009-12-271-0/+4
* Don't quote the table if it isn't a table name. By doing this Arel supports u...Emilio Tagua2009-05-281-2/+6
* This should be performed by the engine, if it does not exists, then create SQ...Emilio Tagua2009-05-281-1/+0
* Cleanup Sql formatters a bitBryan Helmkamp2009-05-181-16/+8
* WhitespaceBryan Helmkamp2009-05-171-1/+1
* most in memory operations save join and groupBryan Helmkamp2009-05-171-3/+3
* moved sql related code to its own engine areaBryan Helmkamp2009-05-171-0/+121