diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2015-03-22 19:11:05 -0300 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2015-03-22 19:11:06 -0300 |
commit | 8a45e18f119304614e257cdabc8a4a1a89a0a720 (patch) | |
tree | 7707f1d59ab44f06f8a80eda00b96eebaa573044 /activerecord | |
parent | 4ba9c55fcd2ba5dfd625b7a6a1a4adafd984c4dc (diff) | |
download | rails-8a45e18f119304614e257cdabc8a4a1a89a0a720.tar.gz rails-8a45e18f119304614e257cdabc8a4a1a89a0a720.tar.bz2 rails-8a45e18f119304614e257cdabc8a4a1a89a0a720.zip |
Move #19447 changelog to the top and reword it a bit [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 8b35839a50..ce7cc5b11f 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,11 @@ +* Fix generating the schema file when using PostgreSQL `BigInt[]` data type. + Previously the `limit: 8` was not coming through, and this caused it to + become `Int[]` data type after rebuilding from the schema. + + Fixes #19420. + + *Jake Waller* + * Reuse the `CollectionAssociation#reader` cache when the foreign key is available prior to save. @@ -698,10 +706,4 @@ *Yves Senn* -* Fixes #19420. When generating schema.rb using Postgres BigInt[] data type - the limit: 8 was not coming through. This caused it to become Int[] data type - after doing a rebuild off of schema.rb. - - *Jake Waller* - Please check [4-2-stable](https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md) for previous changes. |