aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors/test_dot.rb
Commit message (Collapse)AuthorAgeFilesLines
* Change the interface of `having` to match that of `where`Sean Griffin2015-01-271-1/+0
| | | | | | These two clauses have nearly identical semantics with regards to how they would be constructed as an AST. It doesn't make sense for their interfaces to be separate.
* Modify Visitors::Dot's API to use collectorsJiri Pospisil2014-06-141-4/+4
|
* Bump minitest to 5.1.Vipul A M2014-01-041-1/+1
|
* Break Ordering into Ascending/Descending nodes, allow reversalErnie Miller2011-06-151-1/+1
|
* Stop calling to_s on aliases, require them to be strings already.Ernie Miller2011-04-291-1/+1
|
* Added Arel::Nodes::NamedFunction for representing generic SQL functionsAaron Patterson2011-01-041-0/+19
|
* top and limit can be visitedAaron Patterson2011-01-031-0/+2
|
* testing binary ops in the dot visitorAaron Patterson2010-12-251-0/+28
|
* adding a test for the dot visitorAaron Patterson2010-12-061-0/+27