From 06b8936914bfbce092be72692d3fe2a4ff3bbe96 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 19 Feb 2005 11:30:38 +0000 Subject: 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 --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') 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. -- cgit v1.2.3