aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/table_alias.rb
Commit message (Expand)AuthorAgeFilesLines
* fixing the leg order of TableAlias nodesAaron Patterson2011-03-301-2/+2
* Add an #table_name method to Table and TableAlias, which always returns the a...Jon Leighton2011-03-041-0/+4
* adding factory methods to node base classAaron Patterson2010-12-141-1/+1
* updating nodes and depth first visitorAaron Patterson2010-11-291-7/+3
* make table aliases cheaper to allocateAaron Patterson2010-11-241-6/+2
* adding table alias to the TableAlias nodeAaron Patterson2010-09-141-0/+1
* adding not equal node, column names are expected to be symbolsAaron Patterson2010-09-101-1/+1
* joins can be createdAaron Patterson2010-08-181-0/+20