diff options
author | Nicholas Seckar <nseckar@gmail.com> | 2005-11-10 00:16:23 +0000 |
---|---|---|
committer | Nicholas Seckar <nseckar@gmail.com> | 2005-11-10 00:16:23 +0000 |
commit | c955f378de859bf433fc56d877050efa5d11c691 (patch) | |
tree | 1e62576acfd5bebff6e02fe375110ac321e6b713 /activerecord/CHANGELOG | |
parent | 73a697c38a842dfa725185b73af3b04a49ba3d3f (diff) | |
download | rails-c955f378de859bf433fc56d877050efa5d11c691.tar.gz rails-c955f378de859bf433fc56d877050efa5d11c691.tar.bz2 rails-c955f378de859bf433fc56d877050efa5d11c691.zip |
Fix sqlite adaptor's detection of missing dbfile or database declaration
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2962 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index aa7110243f..aac1c856f0 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix sqlite adaptor's detection of missing dbfile or database declaration. [Nicholas Seckar] + * Fixed acts_as_list for definitions without an explicit :order #2803 [jonathan@bluewire.net.nz] * Upgrade bundled ruby-mysql 0.2.4 with mysql411 shim (see #440) to ruby-mysql 0.2.6 with a patchset for 4.1 protocol support. Local change [301] is now a part of the main driver; reapplied local change [2182]. Removed GC.start from Result.free. [tommy@tmtm.org, akuroda@gmail.com, Doug Fales <doug.fales@gmail.com>, Jeremy Kemper] |