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/native_sqlite3
2006-10-09 02:02:27 +00:00
..
connection.rb 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
in_memory_connection.rb AR should run schema.rb for tests when building test DBs (closes #3578) [Rick Olson] 2006-01-23 05:29:17 +00:00