aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-19 11:30:38 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-19 11:30:38 +0000
commit06b8936914bfbce092be72692d3fe2a4ff3bbe96 (patch)
tree0778a2271aff8bfaaf1b9fa124c74e3adc7dccb1 /activerecord/CHANGELOG
parent5f3f44e76fdf465910b7c6521568bb6a1e8bd641 (diff)
downloadrails-06b8936914bfbce092be72692d3fe2a4ff3bbe96.tar.gz
rails-06b8936914bfbce092be72692d3fe2a4ff3bbe96.tar.bz2
rails-06b8936914bfbce092be72692d3fe2a4ff3bbe96.zip
Fixed that find_by_* would fail when column names had numbers #670 [demetrius]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@681 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 cc906713be..fddfb5ef0b 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that find_by_* would fail when column names had numbers #670 [demetrius]
+
* Fixed the SQL Server adapter on a bunch of issues #667 [DeLynn]
1. Created a new columns method that is much cleaner.