aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/db2_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove DB2 adapter since IBM chooses to maintain their own adapter instead.Jeremy Kemper2007-09-291-242/+0
* Speed up and simplify query caching.Jeremy Kemper2007-09-171-3/+2
* connection.select_rows 'sql' returns an array (rows) of arrays (field values)...Jeremy Kemper2007-09-161-0/+15
* Oracle: resolve test failures, use prefetched primary key for inserts, check ...Jeremy Kemper2006-11-011-11/+0
* r4704@asus: jeremy | 2006-06-27 12:00:19 -0700Jeremy Kemper2006-07-081-0/+1
* Fixed DB2 adapter so nullable columns will be determines correctly now and qu...David Heinemeier Hansson2006-03-221-2/+3
* Add AbstractAdapter#table_alias_for to create table aliases according to the ...Rick Olson2006-03-181-0/+4
* Documentation fixes (closes #3838)David Heinemeier Hansson2006-02-251-1/+1
* Fixed schema handling for DB2 adapter that didn't work: an initial schema cou...David Heinemeier Hansson2006-02-011-3/+6
* Show a meaningful error when the DB2 adapter cannot be loaded due to missing ...Nicholas Seckar2006-01-221-0/+8
* Multiple enhancements and adjustments to DB2 adaptor. Closes #3377.Marcel Molina2006-01-041-61/+91
* Refactor DB exceptions and deal more with DB2 (closes #2624)David Heinemeier Hansson2005-10-271-1/+9
* Added quoted_true and quoted_false methods to db2_adapter and cleaned up test...David Heinemeier Hansson2005-10-261-0/+8
* Update DB2 adapter. Closes #2206.Marcel Molina2005-10-121-2/+35
* Remove straggling symbolize_strings_in_hash from [2427].Jeremy Kemper2005-10-061-1/+1
* Made Oracle a first-class connection adapter by adhering closer to idiomatic ...David Heinemeier Hansson2005-07-241-1/+1
* Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...David Heinemeier Hansson2005-07-171-8/+5
* r1611@asus: jeremy | 2005-07-03 04:21:52 -0700Jeremy Kemper2005-07-031-5/+5
* r1603@asus: jeremy | 2005-07-02 14:38:52 -0700Jeremy Kemper2005-07-031-3/+5
* Added adapter independent limit clause as a two-element array with the first ...David Heinemeier Hansson2005-03-201-1/+5
* Updated documentation even moreDavid Heinemeier Hansson2005-02-231-1/+8
* Added automatic dropping/creating of test tables for running the unit tests o...David Heinemeier Hansson2005-02-201-0/+4
* Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...David Heinemeier Hansson2005-02-071-21/+21
* Fixed some thread safety issues with DB2David Heinemeier Hansson2005-01-041-20/+23
* DB2 driver shouldnt be looking for RubyGems stuffDavid Heinemeier Hansson2005-01-021-1/+0
* Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...David Heinemeier Hansson2005-01-011-0/+127