aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors/test_mssql.rb
Commit message (Collapse)AuthorAgeFilesLines
* Special limited delete handling in MSSQLTamir Duberstein2015-02-231-0/+9
| | | | | Refernce: https://technet.microsoft.com/en-us/library/ms175486%28v=sql.105%29.aspx
* Remove deprecated method "Table#primary_key"Sean Griffin2014-11-261-0/+19
| | | | | | | The only place this method was still used is on the MSSQL visitor. The visitor has all of the objects required to inline this lookup there. Since the `primary_key` method on the connection adapter will perform a query when called, we can cache the result on the visitor.
* mssql visitor is workingAaron Patterson2014-04-081-8/+12
|
* 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).