From c7d752fe2f1ae79af648ccc1270d396355a18e94 Mon Sep 17 00:00:00 2001 From: Ian Lesperance Date: Wed, 5 Sep 2012 18:00:07 -0400 Subject: Fix pluck when columns/tables are reserved words. --- activerecord/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 68c43558fd..bdbb09a593 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,9 @@ ## Rails 4.0.0 (unreleased) ## +* Fix `ActiveRecord::Relation#pluck` when columns or tables are reserved words. + + *Ian Lesperance* + * Fix time column type casting for invalid time string values to correctly return nil. *Adam Meehan* -- cgit v1.2.3