aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/engines/sql
Commit message (Expand)AuthorAgeFilesLines
* removing parameter requirement for matching_attributesAaron Patterson2010-08-061-0/+9
* initializing instance variablesAaron Patterson2010-08-061-6/+6
* PERF: cache the engine in the formatterAaron Patterson2010-07-301-5/+2
* PERF: reducing call stackAaron Patterson2010-07-302-11/+0
* removing Table#== as it is not actually usedAaron Patterson2010-07-301-7/+0
* caching existence of a tableAaron Patterson2010-07-301-4/+4
* PERF: where is only ever called with 0 or 1 arguments. eliminate *argsAaron Patterson2010-07-301-1/+1
* PERF: fewer function callsAaron Patterson2010-07-301-6/+7
* fewer function callsAaron Patterson2010-07-291-1/+2
* PERF: avoid *argsAaron Patterson2010-07-291-1/+3
* PERF: pushing christener down for faster method lookup and callingAaron Patterson2010-07-291-1/+2
* fisting postgres tests. thanks santiago!Aaron Patterson2010-07-291-1/+1
* if-else logic doesn't neededSantiago Pastorino2010-07-281-5/+1
* implementing hash is a non-requirementAaron Patterson2010-07-281-8/+0
* simplifying the ChristenerAaron Patterson2010-07-282-8/+10
* PostgreSQLCompiler#select_sql fixedSantiago Pastorino2010-07-281-12/+20
* oops! removing debug putsAaron Patterson2010-07-271-1/+0
* PERF: reducing delegate methodsAaron Patterson2010-07-271-0/+1
* fixing AR incompatibilityAaron Patterson2010-07-271-1/+1
* PERF: fewer objectsAaron Patterson2010-07-272-3/+4
* PERF: removing more method missingAaron Patterson2010-07-272-33/+35
* PERF: eliminating method_missingAaron Patterson2010-07-275-20/+12
* PERF: avoiding more method missingAaron Patterson2010-07-272-4/+21
* PERF: caching engine, fewer calls to method_missingAaron Patterson2010-07-261-1/+6
* PERF: removing *args calls, do not call send on protected methods then they a...Aaron Patterson2010-07-261-9/+18
* PERF: cache christener, initialize hash in initializeAaron Patterson2010-07-262-6/+12
* removing cattr_accessorAaron Patterson2010-07-261-1/+10
* more class reorganizationAaron Patterson2010-07-262-34/+0
* reorganizing classes moreAaron Patterson2010-07-263-29/+0
* reorganizing more classesAaron Patterson2010-07-262-20/+0
* reorganizing classesAaron Patterson2010-07-262-66/+0
* removing more duplicationAaron Patterson2010-07-261-97/+0
* removing unhelful organizationAaron Patterson2010-07-261-103/+0
* removing more useless filesAaron Patterson2010-07-262-6/+0
* speed up method lookup by not mixing in modulesAaron Patterson2010-07-251-22/+18
* fixing incompatibilities with ARAaron Patterson2010-07-212-3/+2
* take advantage of inheritence for easier codesAaron Patterson2010-07-201-3/+3
* inequality is a special case of equalityAaron Patterson2010-07-201-1/+1
* delegate and call cached connectionAaron Patterson2010-07-201-3/+4
* avoid double call to to_s, avoid present?Aaron Patterson2010-07-201-1/+5
* Use block_given? instead defining block.Emilio Tagua2010-06-241-2/+6
* Performance: use blocks only when needed.Emilio Tagua2010-06-241-2/+6
* Allow externally defined AR adapters to define their own compiler.Myron Marston2010-06-231-2/+8
* Don't use a subquery when there are joins. Use a required alias for the subqu...Emilio Tagua2010-06-231-3/+4
* Add support for counting rows with conditions or limit using a subquery.Emilio Tagua2010-06-231-6/+17
* 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
* Merge branch 'master' of github.com:brynary/arelEmilio Tagua2010-05-278-17/+17
|\
| * Whitespace fixesBryan Helmkamp2010-05-268-17/+17
* | Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in mem...Ernie Miller2010-05-211-2/+2
|/