aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/sqlserver_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixes a problem with the SQL Adapter which was resulting in IDENTITY_INSERT n...David Heinemeier Hansson2005-04-171-2/+1
* Fixed the MS SQL adapter to work with the new limit/offset approach and with ...David Heinemeier Hansson2005-03-231-127/+133
* Added adapter independent limit clause as a two-element array with the first ...David Heinemeier Hansson2005-03-201-13/+6
* Finished polishing API docsDavid Heinemeier Hansson2005-02-231-5/+5
* Added documentation for database adapters to visible RDocDavid Heinemeier Hansson2005-02-231-20/+18
* Added automatic dropping/creating of test tables for running the unit tests o...David Heinemeier Hansson2005-02-201-0/+4
* Fixed the SQL Server adapter on a bunch of issues #667 [DeLynn]David Heinemeier Hansson2005-02-191-50/+139
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-3/+3
* Added the final touches to the Microsoft SQL Server adapter by DeLynn Berry t...David Heinemeier Hansson2005-01-011-9/+40
* Added the possibility for adapters to overwrite add_limit! to implement a dif...David Heinemeier Hansson2004-12-281-85/+44
* Updated and added more documentationDavid Heinemeier Hansson2004-12-161-1/+1
* Improving documentation...David Heinemeier Hansson2004-12-161-1/+1
* InitialDavid Heinemeier Hansson2004-11-241-0/+298