aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-10-30 08:10:04 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-10-30 08:10:04 +0000
commitc21fdf31a52cbe507ff675815c29e5eef39e0bbb (patch)
treee782c60828c1632273e04aacfb197805c74b4b44 /activerecord/CHANGELOG
parentea44527afd55b568be3a07cb0d4991242474db03 (diff)
downloadrails-c21fdf31a52cbe507ff675815c29e5eef39e0bbb.tar.gz
rails-c21fdf31a52cbe507ff675815c29e5eef39e0bbb.tar.bz2
rails-c21fdf31a52cbe507ff675815c29e5eef39e0bbb.zip
Changed :dbfile to :database for SQLite adapter for consistency (old key still works as an alias) (closes #2644) [Dan Peterson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2825 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 8dca6b1535..c7f4a0ff91 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Changed :dbfile to :database for SQLite adapter for consistency (old key still works as an alias) #2644 [Dan Peterson]
+
* Added migration support for Oracle #2647 [Michael Schoen]
* Worked around that connection can't be reset if allow_concurrency is off. #2648 [Michael Schoen <schoenm@earthlink.net>]