1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/connections
Jeremy Kemper effe522515 r3577@sedna: jeremy | 2005-10-13 11:55:20 -0700
Add in_memory_connection for SQLite3 AR tests.  Uses :dbfile => ':memory:' so we don't have to manage db files.  It seems a bit quirky, so I'm including it as a separate connection type until we iron out the details.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2556 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-10-13 19:05:54 +00:00
..
native_db2 Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ruby-lang.org/project/ruby-db2/) #386 [Maik Schmidt]. Converted all the fixtures to YAML style ones. 2005-01-01 19:22:16 +00:00
native_mysql Fixed that unit tests for MySQL are now run as the "rails" user instead of root #455 [Eric Hodel] 2005-01-15 17:54:45 +00:00
native_oci Added a OCI8-based Oracle adapter that has been verified to work with Oracle 8 and 9 #629 [Graham Jenkins]. Removed Maiks Oracle adapter until it can be merged with the OCI one. 2005-02-23 13:34:57 +00:00
native_postgresql Initial 2004-11-24 01:04:44 +00:00
native_sqlite Fixed that SQLite3 exceptions are caught and reported properly #823 [yerejm] 2005-03-14 23:48:39 +00:00
native_sqlite3 r3577@sedna: jeremy | 2005-10-13 11:55:20 -0700 2005-10-13 19:05:54 +00:00
native_sqlserver Fixed the MS SQL adapter to work with the new limit/offset approach and with binary data (still suffering from 7KB limit, though) #901 [delynnb] 2005-03-23 00:56:13 +00:00
native_sqlserver_odbc Added support for ODBC connections to MS SQL Server so you can connect from a non-Windows machine #1569 [Mark Imbriaco/DeLynn Berry] Added support for limit/offset with the MS SQL Server driver so that pagination will now work #1569 [DeLynn Berry] 2005-07-01 17:20:04 +00:00