aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/connections
Commit message (Expand)AuthorAgeFilesLines
* Fixed the MS SQL adapter to work with the new limit/offset approach and with ...David Heinemeier Hansson2005-03-231-0/+3
* Fixed that SQLite3 exceptions are caught and reported properly #823 [yerejm]David Heinemeier Hansson2005-03-142-2/+2
* Added a OCI8-based Oracle adapter that has been verified to work with Oracle ...David Heinemeier Hansson2005-02-232-24/+25
* Skip Active Record tests in Action Pack if the SQLite database cant be brough...David Heinemeier Hansson2005-02-172-3/+8
* Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...David Heinemeier Hansson2005-02-071-0/+24
* Fixed that unit tests for MySQL are now run as the "rails" user instead of ro...David Heinemeier Hansson2005-01-151-2/+2
* Added SQLite3 compatibility through the sqlite3-ruby adapter by Jamis Buck #3...David Heinemeier Hansson2005-01-101-0/+34
* Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...David Heinemeier Hansson2005-01-011-0/+24
* Added the final touches to the Microsoft SQL Server adapter by DeLynn Berry t...David Heinemeier Hansson2005-01-011-3/+9
* InitialDavid Heinemeier Hansson2004-11-244-0/+97