aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors/test_ibm_db.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.
* 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.)
* replace 'LIMIT n' with 'FETCH FIRST n ROWS ONLY' when using ibm_dbShane Emmons2011-04-291-0/+27