aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors/test_join_sql.rb
Commit message (Collapse)AuthorAgeFilesLines
* Added right and full outer joinsStephen Prater & Fire-Dragon-DoL2014-03-301-0/+26
|
* add the casting node to the AST at build timeAaron Patterson2014-03-241-1/+1
| | | | | If we add the casting node to the ast at build time, then we can avoid doing the lookup at visit time.
* calling cache methods against the connectionAaron Patterson2011-11-191-1/+1
|
* Make it the responsibility of the connection to hold on to a visitor for ↵Jon Leighton2011-08-081-1/+1
| | | | generating SQL, rather than the TreeManager. (There is a related commit coming in Active Record.)
* string join should be a unary opAaron Patterson2010-12-141-0/+5
|
* adding a join source nodeAaron Patterson2010-12-141-6/+7
|
* attributes do not need a column memberAaron Patterson2010-12-031-1/+2
|
* renaming test_helper to helper so that it is not double requiredAaron Patterson2010-10-181-1/+1
|
* Renamed spec_helper to test_helperRyan Davis2010-10-181-1/+1
|
* Fisting arel specs -- still needs tree_manager and cleanupRyan Davis2010-10-181-0/+35