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
2006-10-09 02:02:27 +00:00
..
native_db2 Test connections use AR::Base.configurations. References #5497. 2006-07-10 19:27:04 +00:00
native_firebird Test connections use AR::Base.configurations. References #5497. 2006-07-10 19:27:04 +00:00
native_frontbase Test connections use AR::Base.configurations. References #5497. 2006-07-10 19:27:04 +00:00
native_mysql Test connections use AR::Base.configurations. References #5497. 2006-07-10 19:27:04 +00:00
native_openbase Test connections use AR::Base.configurations. References #5497. 2006-07-10 19:27:04 +00:00
native_oracle Test connections use AR::Base.configurations. References #5497. 2006-07-10 19:27:04 +00:00
native_postgresql Test connections use AR::Base.configurations. References #5497. 2006-07-10 19:27:04 +00:00
native_sqlite Test connections use AR::Base.configurations. References #5497. 2006-07-10 19:27:04 +00:00
native_sqlite3 Added timeout option to SQLite3 configurations to deal more gracefully with SQLite3::BusyException, now the connection can instead retry for x seconds to see if the db clears up before throwing that exception (closes #6126) [wreese@gmail.com] Added default timeout setting of 5 seconds to SQLite3 database.yml configurations [DHH] 2006-10-09 02:02:27 +00:00
native_sqlserver Test connections use AR::Base.configurations. References #5497. 2006-07-10 19:27:04 +00:00
native_sqlserver_odbc Test connections use AR::Base.configurations. References #5497. 2006-07-10 19:27:04 +00:00
native_sybase Test connections use AR::Base.configurations. References #5497. 2006-07-10 19:27:04 +00:00