Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Special limited delete handling in MSSQL | Tamir Duberstein | 2015-02-23 | 1 | -0/+9 |
| | | | | | Refernce: https://technet.microsoft.com/en-us/library/ms175486%28v=sql.105%29.aspx | ||||
* | Remove deprecated method "Table#primary_key" | Sean Griffin | 2014-11-26 | 1 | -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 working | Aaron Patterson | 2014-04-08 | 1 | -8/+12 |
| | |||||
* | calling cache methods against the connection | Aaron Patterson | 2011-11-19 | 1 | -1/+1 |
| | |||||
* | Make it the responsibility of the connection to hold on to a visitor for ↵ | Jon Leighton | 2011-08-08 | 1 | -1/+1 |
| | | | | generating SQL, rather than the TreeManager. (There is a related commit coming in Active Record.) | ||||
* | remove unnecessary guarding agains literal | arkadiy kraportov | 2011-06-10 | 1 | -8/+0 |
| | |||||
* | LIMIT and OFFSET support for MS SQL | arkadiy kraportov | 2011-06-09 | 1 | -8/+55 |
| | |||||
* | fixing whitespace errors | Aaron Patterson | 2011-02-02 | 1 | -1/+1 |
| | |||||
* | Added test, thanks josephholsten | Brian Dunn | 2011-02-02 | 1 | -0/+9 |
| | |||||
* | Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James ↵ | Viacheslav Petrenko | 2011-01-03 | 1 | -0/+18 |
Abley (https://github.com/jabley/arel). |