aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors/test_mssql.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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.)
* remove unnecessary guarding agains literalarkadiy kraportov2011-06-101-8/+0
|
* LIMIT and OFFSET support for MS SQLarkadiy kraportov2011-06-091-8/+55
|
* fixing whitespace errorsAaron Patterson2011-02-021-1/+1
|
* Added test, thanks josephholstenBrian Dunn2011-02-021-0/+9
|
* Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James ↵Viacheslav Petrenko2011-01-031-0/+18
Abley (https://github.com/jabley/arel).