aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/integration.rb
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-04-03 13:08:54 +0900
committerRyuta Kamizono <kamipo@gmail.com>2019-04-03 13:08:54 +0900
commit96f0114e082b116856e945b075abd747eff0e63e (patch)
treeb10d55667ef6e88fa766a72ab6daf7805a954d3d /activerecord/lib/active_record/integration.rb
parentbffacccc6a60d9f47b7ac2e7edafda0a66f59ddd (diff)
downloadrails-96f0114e082b116856e945b075abd747eff0e63e.tar.gz
rails-96f0114e082b116856e945b075abd747eff0e63e.tar.bz2
rails-96f0114e082b116856e945b075abd747eff0e63e.zip
Use official database name [ci skip]
* s/Postgres/PostgreSQL/ * s/MYSQL/MySQL/, s/Mysql/MySQL/ * s/Sqlite/SQLite/ Replaced all newly added them after 6089b31.
Diffstat (limited to 'activerecord/lib/active_record/integration.rb')
-rw-r--r--activerecord/lib/active_record/integration.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/integration.rb b/activerecord/lib/active_record/integration.rb
index fa6f0d36ec..67a63cd2d1 100644
--- a/activerecord/lib/active_record/integration.rb
+++ b/activerecord/lib/active_record/integration.rb
@@ -180,7 +180,7 @@ module ActiveRecord
# raw_timestamp_to_cache_version(timestamp)
# # => "20181015200215266505"
#
- # Postgres truncates trailing zeros,
+ # PostgreSQL truncates trailing zeros,
# https://github.com/postgres/postgres/commit/3e1beda2cde3495f41290e1ece5d544525810214
# to account for this we pad the output with zeros
def raw_timestamp_to_cache_version(timestamp)