aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/sqlserver_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* SQL Server needs to quote booleans just like MySQL 1/0David Heinemeier Hansson2005-10-141-0/+8
* Corrections to SQLServer native data types. Closes #2267.Marcel Molina2005-10-121-10/+10
* Add option (true by default) to generate reader methods for each attribute of...Marcel Molina2005-10-071-3/+3
* Remove straggling symbolize_strings_in_hash from [2427].Jeremy Kemper2005-10-061-1/+1
* Fixed that the SQL Server adapter would sometimes return DBI::Timestamp objec...David Heinemeier Hansson2005-09-091-0/+1
* Made Oracle a first-class connection adapter by adhering closer to idiomatic ...David Heinemeier Hansson2005-07-241-1/+1
* Fixed optimistic locking with SQL Server #1660 [tom@popdog.net]David Heinemeier Hansson2005-07-091-2/+2
* Fixed SQL Server test #1678 [Tom Ward]David Heinemeier Hansson2005-07-091-1/+1
* Made documentation ready for release (AR)David Heinemeier Hansson2005-07-061-43/+41
* Fixed Base.content_columns call for SQL Server adapter #1450 [DeLynn Berry] A...David Heinemeier Hansson2005-07-031-1/+5
* r1611@asus: jeremy | 2005-07-03 04:21:52 -0700Jeremy Kemper2005-07-031-26/+17
* r1603@asus: jeremy | 2005-07-02 14:38:52 -0700Jeremy Kemper2005-07-031-4/+4
* Added support for ODBC connections to MS SQL Server so you can connect from a...David Heinemeier Hansson2005-07-011-94/+128
* 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