From f9839120379292cbc5da25f35311f457b08b44a8 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Sun, 1 Feb 2015 13:02:56 +0900 Subject: Fix rounding problem for PostgreSQL timestamp column If timestamp column have the precision, it need to format according to the precision of timestamp column. --- activerecord/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'activerecord/CHANGELOG.md') 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 -- cgit v1.2.3