aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/engines/sql/formatters.rb
Commit message (Expand)AuthorAgeFilesLines
* PERF: cache the engine in the formatterAaron Patterson2010-07-301-5/+2
* PERF: fewer function callsAaron Patterson2010-07-301-6/+7
* fisting postgres tests. thanks santiago!Aaron Patterson2010-07-291-1/+1
* oops! removing debug putsAaron Patterson2010-07-271-1/+0
* PERF: reducing delegate methodsAaron Patterson2010-07-271-0/+1
* PERF: avoiding more method missingAaron Patterson2010-07-271-3/+20
* PERF: cache christener, initialize hash in initializeAaron Patterson2010-07-261-2/+3
* Remove " AS " keyword from table aliasing.Emilio Tagua2010-03-011-9/+2
* changes for Oracle support - OracleCompiler and corresponding tests with Orac...Raimonds Simanovskis2010-03-011-2/+9
* 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