aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/engines/sql/compilers
Commit message (Expand)AuthorAgeFilesLines
* PostgreSQLCompiler#select_sql fixedSantiago Pastorino2010-07-281-12/+20
* PERF: removing more method missingAaron Patterson2010-07-271-2/+2
* PERF: eliminating method_missingAaron Patterson2010-07-272-6/+6
* fixed having clause for Oracle compilerRaimonds Simanovskis2010-06-191-2/+2
* use subquery to get first records if DISTINCT is used (in Oracle compiler)Raimonds Simanovskis2010-06-191-2/+2
* Use adapter add_limit_offset! method when building query.Emilio Tagua2010-03-251-14/+0
* use primary_key method in OracleCompiler#select_sqlRaimonds Simanovskis2010-03-011-9/+3
* changes for Oracle support - OracleCompiler and corresponding tests with Orac...Raimonds Simanovskis2010-03-011-0/+101
* Fix limited_update_conditions on MySQLCompiler to receive and buildEmilio Tagua2010-02-251-1/+2
* raise an error if limit for deletion is specified while using IBM_DBPraveen Devarao2010-02-251-1/+1
* Moved adding of limit on deletion and adding of limit on update conditions to...Praveen Devarao2010-02-251-0/+62
* Added support for RETURNING primary key when available, only forEmilio Tagua2010-02-181-0/+4
* Move update conditions with limit logic into compilers.Emilio Tagua2010-02-161-0/+3
* Removed blank lines, rename query to subquery.Emilio Tagua2010-02-161-4/+2
* Move using_distinct_on? to PostgreSQL compiler. Extract order tweakingEmilio Tagua2010-02-161-5/+12
* Extract SQL logic from Arel::Relation into compilers.Emilio Tagua2010-02-153-0/+49