aboutsummaryrefslogtreecommitdiffstats
path: root/Thorfile
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2010-01-01 22:54:23 +0530
committerPratik Naik <pratiknaik@gmail.com>2010-01-01 22:54:26 +0530
commit752813016ed227ecfbe0bf69c92de2e2c3e7a988 (patch)
tree8253ea85ddd044bfdd3107257308bfd486aa89f8 /Thorfile
parentc836c3ed10110d0446c4fce87d36c3f6c39b3cda (diff)
downloadrails-752813016ed227ecfbe0bf69c92de2e2c3e7a988.tar.gz
rails-752813016ed227ecfbe0bf69c92de2e2c3e7a988.tar.bz2
rails-752813016ed227ecfbe0bf69c92de2e2c3e7a988.zip
Add support for table aliasing
Example : users = Table(:users, :as => :accounts) users.to_sql => SELECT `accounts`.`id`, `accounts`.`name` FROM `users` AS `accounts`
Diffstat (limited to 'Thorfile')
0 files changed, 0 insertions, 0 deletions