aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-05-12 12:09:02 +0200
committerYves Senn <yves.senn@gmail.com>2014-05-12 12:09:02 +0200
commitf25f5336ee07cc42207dc036d1a962b500969d10 (patch)
tree0581a037d8e491c0a66b433c9ef60c5ad901b19a /activerecord/CHANGELOG.md
parent5b73405f2e78db94235de49bd2c297c60892bbcd (diff)
parentc0a12453418356a837c3f62709fac6fe948047a6 (diff)
downloadrails-f25f5336ee07cc42207dc036d1a962b500969d10.tar.gz
rails-f25f5336ee07cc42207dc036d1a962b500969d10.tar.bz2
rails-f25f5336ee07cc42207dc036d1a962b500969d10.zip
Merge pull request #10505 from patricksrobertson/bigserial_id_not_identifying_pk
Handle other pk types in PostgreSQL gracefully. Closes #10505. - rebased - test slightly modified
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 f40fe33bcd..99f9f9d094 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Allow the PostgreSQL adapter to handle bigserial pk types again.
+
+ Fixes #10410.
+
+ *Patrick Robertson*
+
* Deprecate joining, eager loading and preloading of instance dependent
associations without replacement. These operations happen before instances
are created. The current behavior is unexpected and can result in broken