aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2015-02-01 13:02:56 +0900
committerRyuta Kamizono <kamipo@gmail.com>2015-02-08 22:22:55 +0900
commitf9839120379292cbc5da25f35311f457b08b44a8 (patch)
tree32d780f568088bbfa3519a0f8ca23137ca7d533a /activerecord/CHANGELOG.md
parent31fafe0a3223b58e214c03c88a33d6ef4435f63c (diff)
downloadrails-f9839120379292cbc5da25f35311f457b08b44a8.tar.gz
rails-f9839120379292cbc5da25f35311f457b08b44a8.tar.bz2
rails-f9839120379292cbc5da25f35311f457b08b44a8.zip
Fix rounding problem for PostgreSQL timestamp column
If timestamp column have the precision, it need to format according to the precision of 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