Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bind visitor working with collector object | Aaron Patterson | 2014-04-08 | 1 | -1/+5 |
| | |||||
* | build quoted nodes in factory methods | Aaron Patterson | 2014-03-24 | 1 | -2/+0 |
| | |||||
* | add the casting node to the AST at build time | Aaron Patterson | 2014-03-24 | 1 | -0/+2 |
| | | | | | If we add the casting node to the ast at build time, then we can avoid doing the lookup at visit time. | ||||
* | record who created the node when $DEBUG is true | Aaron Patterson | 2013-05-20 | 1 | -1/+8 |
| | |||||
* | call super from initialize | Aaron Patterson | 2013-05-17 | 1 | -0/+3 |
| | |||||
* | while using activerecord-sqlserver-adapter 3.1.5 with Rails 3.1 with Arel ↵ | Adam H | 2012-01-20 | 1 | -1/+1 |
| | | | | | | | | | | 2.2.1 we encountered the error uninitialized constant Arel::Nodes::Visitors::DepthFirst apparently Arel was trying to call a relative namespace with Visitors::DepthFirst.new(block).accept self we fixed this by making it call an absolute namespace with ::Arel::Visitors::DepthFirst.new(block).accept self | ||||
* | Make it the responsibility of the connection to hold on to a visitor for ↵ | Jon Leighton | 2011-08-08 | 1 | -2/+1 |
| | | | | generating SQL, rather than the TreeManager. (There is a related commit coming in Active Record.) | ||||
* | Fix #not to stop wrapping in a grouping node | Ernie Miller | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | adding factory methods to node base class | Aaron Patterson | 2010-12-14 | 1 | -0/+1 |
| | |||||
* | AND nodes are now n-ary | Aaron Patterson | 2010-12-09 | 1 | -1/+1 |
| | |||||
* | Merge branch '2-0-stable' | Aaron Patterson | 2010-12-06 | 1 | -1/+1 |
|\ | | | | | | | | | * 2-0-stable: adding a test for the dot visitor | ||||
| * | adding a test for the dot visitor | Aaron Patterson | 2010-12-06 | 1 | -1/+1 |
| | | |||||
* | | we actually want enumerable in Node | Aaron Patterson | 2010-12-01 | 1 | -0/+2 |
|/ | |||||
* | rails 3.0.x will not let us have nice things | Aaron Patterson | 2010-12-01 | 1 | -2/+0 |
| | |||||
* | base class works with visitor | Aaron Patterson | 2010-11-29 | 1 | -0/+2 |
| | |||||
* | mostly implemented depth-first traversal | Aaron Patterson | 2010-11-29 | 1 | -0/+7 |
| | |||||
* | adding a "not" factory method for creating Not nodes | Aaron Patterson | 2010-11-23 | 1 | -0/+7 |
| | |||||
* | alias visitor_for to for | Aaron Patterson | 2010-10-03 | 1 | -1/+1 |
| | |||||
* | to_sql on nodes may be passed an engine | Aaron Patterson | 2010-09-27 | 1 | -0/+10 |
| | |||||
* | adding a grouping node | Aaron Patterson | 2010-09-15 | 1 | -0/+20 |