From f1a01c80dba9dd6545063d8f66ec299ea8f33b8c Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Fri, 13 Jan 2006 01:51:45 +0000 Subject: Disambiguate table names for columns in validates_uniquness_of's WHERE clause. Closes #3423. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3402 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 6828c8848d..9a05c30b4c 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Disambiguate table names for columns in validates_uniquness_of's WHERE clause. #3423 [alex.borovsky@gmail.com] + * .with_scope imposed create parameters now bypass attr_protected [Tobias Luetke] * Don't raise an exception when there are more keys than there are named bind variables when sanitizing conditions. [Marcel Molina Jr.] -- cgit v1.2.3