aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew White <pixeltrix@users.noreply.github.com>2015-02-08 13:41:22 +0000
committerAndrew White <pixeltrix@users.noreply.github.com>2015-02-08 13:41:22 +0000
commit00222bc22aeb12b35c7dc7c51dc0bed69fd67ad8 (patch)
tree32d780f568088bbfa3519a0f8ca23137ca7d533a /activerecord/CHANGELOG.md
parent31fafe0a3223b58e214c03c88a33d6ef4435f63c (diff)
parentf9839120379292cbc5da25f35311f457b08b44a8 (diff)
downloadrails-00222bc22aeb12b35c7dc7c51dc0bed69fd67ad8.tar.gz
rails-00222bc22aeb12b35c7dc7c51dc0bed69fd67ad8.tar.bz2
rails-00222bc22aeb12b35c7dc7c51dc0bed69fd67ad8.zip
Merge pull request #18850 from kamipo/fix_rounding_problem_for_postgresql_timestamp_column
Fix rounding problem for PostgreSQL timestamp column
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index c76f4f2c30..1470c6dec1 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Fix rounding problem for PostgreSQL timestamp column.
+
+ If timestamp column have the precision, it need to format according to
+ the precision of timestamp column.
+
+ *Ryuta Kamizono*
+
* Respect the database default charset for `schema_migrations` table.
The charset of `version` column in `schema_migrations` table is depend