aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/engines/sql/relations/table.rb
Commit message (Expand)AuthorAgeFilesLines
* 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