aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/engines/sql/relations/table.rb
Commit message (Expand)AuthorAgeFilesLines
* removing parameter requirement for matching_attributesAaron Patterson2010-08-061-0/+9
* initializing instance variablesAaron Patterson2010-08-061-6/+6
* removing Table#== as it is not actually usedAaron Patterson2010-07-301-7/+0
* caching existence of a tableAaron Patterson2010-07-301-4/+4
* PERF: pushing christener down for faster method lookup and callingAaron Patterson2010-07-291-1/+2
* 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-281-0/+1
* fixing AR incompatibilityAaron Patterson2010-07-271-1/+1
* PERF: fewer objectsAaron Patterson2010-07-271-2/+3
* PERF: eliminating method_missingAaron Patterson2010-07-271-2/+2
* removing cattr_accessorAaron Patterson2010-07-261-1/+10
* avoid double call to to_s, avoid present?Aaron Patterson2010-07-201-1/+5
* Allow externally defined AR adapters to define their own compiler.Myron Marston2010-06-231-2/+8
* Create an Arel::Header class representing a relation's attributesCarl Lerche2010-04-021-4/+8
* Switch Arel::Relation to a module. This will allow for classes with Relation ...Carl Lerche2010-03-221-2/+2
* fixing uninitialized ivar warningAaron Patterson2010-03-141-0/+1
* Attributes should be typedCarl Lerche2010-03-121-5/+3
* Arel doesn't has to know if a table or column exists.Emilio Tagua2010-03-101-3/+15
* Fixed compiler require.Emilio Tagua2010-02-181-1/+1
* Extract SQL logic from Arel::Relation into compilers.Emilio Tagua2010-02-151-0/+8
* Table alias should be considered when checking for equalityPratik Naik2010-01-121-2/+3
* Make sure not to use alias if it's same as the table namePratik Naik2010-01-121-1/+1
* Add support for table aliasingPratik Naik2010-01-011-3/+15
* Expand usages of #hash_on. The #hash definition it produces looks broken, but...Bryan Helmkamp2009-05-181-1/+8
* WhitespaceBryan Helmkamp2009-05-171-1/+1
* initial implementation of cross-engine joinBryan Helmkamp2009-05-171-0/+4
* reorganized file structuresBryan Helmkamp2009-05-171-0/+5
* moved sql related code to its own engine areaBryan Helmkamp2009-05-171-0/+36