aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/tree_manager.rb
Commit message (Expand)AuthorAgeFilesLines
* refactoring where, fixing subselectAaron Patterson2010-12-071-0/+9
* arel more nicely supports EXISTS queriesAaron Patterson2010-11-051-1/+1
* renaming @head to @astAaron Patterson2010-11-051-3/+4
* using the connection pool while visitingAaron Patterson2010-09-241-1/+1
* caching visitor on a per engine basisAaron Patterson2010-09-231-15/+2
* changing accessor to a writerAaron Patterson2010-09-231-1/+1
* moving visitors aroundAaron Patterson2010-09-231-7/+15
* adding a postgres adapterAaron Patterson2010-09-231-2/+9
* TreeManager classes deep-copy their statements.Mike Dalessio2010-08-191-0/+5
* quoting strings from equality statements, adding to_dotAaron Patterson2010-08-161-0/+4
* insert manager is starting to take shapeAaron Patterson2010-08-131-28/+2
* adding a relation thingAaron Patterson2010-08-131-0/+3
* limits are addedAaron Patterson2010-08-121-7/+14
* full sql statement generationAaron Patterson2010-08-121-0/+31