aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors/test_informix.rb
Commit message (Collapse)AuthorAgeFilesLines
* add the casting node to the AST at build timeAaron Patterson2014-03-241-3/+5
| | | | | If we add the casting node to the ast at build time, then we can avoid doing the lookup at visit time.
* Patch Informix Visitor so that it includes joinsJordan2012-02-291-0/+10
|
* 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.)
* Added an additional test since skip/limit can not be used in reverse orderMartin Little2011-05-161-0/+8
|
* Added a basic test for the informix visitorMartin Little2011-05-161-0/+34