From 046a87a85553173d02c2f349e05282235cea58a4 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 22 Sep 2007 18:23:30 +0000 Subject: Fixed rename_column for SQLite when using symbols for the column names (closes #8616) [drodriguez] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7563 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 4203edfd0a..b03594bb44 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed rename_column for SQLite when using symbols for the column names #8616 [drodriguez] + * Added the possibility of using symbols in addition to concrete classes with ActiveRecord::Observer#observe #3998 [robbyrussell/tarmo] * Added ActiveRecord::Base#to_json/from_json (currently does not support :include like to_xml) [DHH] -- cgit v1.2.3