aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/sqlserver_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Various fixes for sqlserver_adapter (odbc statement finishing, ado schema dum...Marcel Molina2006-04-261-18/+30
* Only string_to_binary if the column respondsDavid Heinemeier Hansson2006-03-261-1/+1
* SQL Server adapter gets some love (closes #4298) [rtomayko@gmail.com]David Heinemeier Hansson2006-03-181-13/+21
* Added connection#current_database that'll return of the current database (onl...David Heinemeier Hansson2006-03-181-0/+4
* ActiveRecord::Base.remove_connection explicitly closes database connections a...Jeremy Kemper2006-02-261-1/+7
* SQLServer: more compatible limit/offset emulation. Closes #3779.Jeremy Kemper2006-02-091-1/+3
* SQLServer: fix obscure optimistic locking bug, support uniqueidentifier colum...Jeremy Kemper2005-12-101-4/+8
* SQLServer: resolve column aliasing/quoting collision when using limit or offs...Jeremy Kemper2005-11-241-1/+6
* SQLServer: active? and reconnect! methods for handling stale connections. Re...Jeremy Kemper2005-11-151-11/+8
* SQLServer: active? and reconnect! methods for handling stale connections. Re...Jeremy Kemper2005-11-151-3/+32
* SQLServer: insert uses given primary key value if not nil rather than SELECT ...Jeremy Kemper2005-11-141-1/+1
* SQLServer: don't report limits for unsupported field types. Closes #2835.Jeremy Kemper2005-11-111-0/+2
* Correct handling of complex order clauses with SQL Server limit emulation. C...Jeremy Kemper2005-11-081-1/+1
* Fixed faulty regex in get_table_name method (SQLServerAdapter) (closes #2639)...David Heinemeier Hansson2005-11-071-2/+2
* Fixed that SQL Server should ignore :size declarations on anything but intege...David Heinemeier Hansson2005-11-061-1/+10
* Omit internal dtproperties table from SQLServer table list. Closes #2729.Jeremy Kemper2005-11-041-5/+7
* Fixed SQL Server adapter so it honors options[:conditions] when applying :lim...David Heinemeier Hansson2005-10-281-13/+27
* Added migration support to SQL Server adapter (please someone do the same for...David Heinemeier Hansson2005-10-281-0/+66
* Refactor DB exceptions and deal more with DB2 (closes #2624)David Heinemeier Hansson2005-10-271-0/+2
* 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