rails/activerecord/test/connections
2006-04-04 16:33:31 +00:00
..
native_db2 Reloading a model doesn't lose track of its connection. References #2996. 2005-11-24 07:01:43 +00:00
native_firebird Reloading a model doesn't lose track of its connection. References #2996. 2005-11-24 07:01:43 +00:00
native_mysql Fixed validates_length_of to work on UTF-8 strings by using characters instead of bytes (closes #3699) [Masao Mutoh] 2006-02-25 23:54:57 +00:00
native_openbase Added OpenBase database adapter that builds on top of the http://www.spice-of-life.net/ruby-openbase/ driver. All functionality except LIMIT/OFFSET is supported (closes #3528) [derrickspell@cdmplus.com] 2006-03-18 16:50:25 +00:00
native_oracle Get the green light for Oracle AR unit tests (closes #4573) [Michael Schoen] 2006-04-04 16:33:31 +00:00
native_postgresql Reloading a model doesn't lose track of its connection. References #2996. 2005-11-24 07:01:43 +00:00
native_sqlite AR should run schema.rb for tests when building test DBs (closes #3578) [Rick Olson] 2006-01-23 05:29:17 +00:00
native_sqlite3 AR should run schema.rb for tests when building test DBs (closes #3578) [Rick Olson] 2006-01-23 05:29:17 +00:00
native_sqlserver Reloading a model doesn't lose track of its connection. References #2996. 2005-11-24 07:01:43 +00:00
native_sqlserver_odbc Reloading a model doesn't lose track of its connection. References #2996. 2005-11-24 07:01:43 +00:00
native_sybase Added Sybase database adapter that relies on the Sybase Open Client bindings (see http://raa.ruby-lang.org/project/sybase-ctlib) (closes #3765) [John Sheets] 2006-03-02 01:15:41 +00:00