aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorIan Lesperance <ilesperance@pivotallabs.com>2012-09-05 18:00:07 -0400
committerIan Lesperance <ilesperance@pivotallabs.com>2012-09-05 18:00:07 -0400
commitc7d752fe2f1ae79af648ccc1270d396355a18e94 (patch)
treeb45a2a862092ee40ec1e66318ac8f0058d61a08f /activerecord/CHANGELOG.md
parent1c8539da4738d51795422903b84f79705bc854cc (diff)
downloadrails-c7d752fe2f1ae79af648ccc1270d396355a18e94.tar.gz
rails-c7d752fe2f1ae79af648ccc1270d396355a18e94.tar.bz2
rails-c7d752fe2f1ae79af648ccc1270d396355a18e94.zip
Fix pluck when columns/tables are reserved words.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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*