aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRichard Schneeman <richard.schneeman+no-recruiters@gmail.com>2018-07-21 07:49:34 -0500
committerGitHub <noreply@github.com>2018-07-21 07:49:34 -0500
commitd162188dd662a7d9f62ba8431474f50bc35e3e93 (patch)
treeb47237a957f6021193fe7299b83bd27544e22165 /activerecord/CHANGELOG.md
parent3576782888c307e3e192c44e332b957cd1174128 (diff)
parent06d506f0d001ef09120212e4a15cd3e6437ff876 (diff)
downloadrails-d162188dd662a7d9f62ba8431474f50bc35e3e93.tar.gz
rails-d162188dd662a7d9f62ba8431474f50bc35e3e93.tar.bz2
rails-d162188dd662a7d9f62ba8431474f50bc35e3e93.zip
Merge pull request #24131 from brchristian/limit_and_primary_key
ActiveRecord: limit() and primary_key
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index d1ae41ab97..456f569718 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Don't impose primary key order if limit() has already been supplied.
+
+ Fixes #23607
+
+ *Brian Christian*
+
* Add environment & load_config dependency to `bin/rake db:seed` to enable
seed load in environments without Rails and custom DB configuration