rails--rails/railties/configs/databases
Michael Koziarski 29b0707f07 Improve performance and functionality of the postgresql adapter. Closes #8049 [roderickvd]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7329 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-08-16 06:26:30 +00:00
..
frontbase.yml rails -d frontbase to create a new project with a frontbase database.yml. Closes #4945. 2006-07-08 01:22:48 +00:00
mysql.yml MySQL, PostgreSQL: database.yml defaults to utf-8. Closes #8701. 2007-06-25 18:01:15 +00:00
oracle.yml Oracle: to increase performance, prefetch 100 rows and enable similar cursor sharing. Both are configurable in database.yml. Closes #6607. 2006-11-13 07:36:52 +00:00
postgresql.yml Improve performance and functionality of the postgresql adapter. Closes #8049 [roderickvd] 2007-08-16 06:26:30 +00:00
sqlite2.yml Various problems with in-memory sqlite dbs 2006-02-28 19:43:34 +00:00
sqlite3.yml 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