aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2018-09-05 23:45:52 +0900
committerRyuta Kamizono <kamipo@gmail.com>2018-09-05 23:45:52 +0900
commite0a1235f7df0fa193c7e299a5adee88db246b44f (patch)
tree673a78a75974803b2432266b39db6b4c4f236f42 /activerecord/CHANGELOG.md
parentbd932f5d2244185527c57d81ee7b6a7762560ab5 (diff)
downloadrails-e0a1235f7df0fa193c7e299a5adee88db246b44f.tar.gz
rails-e0a1235f7df0fa193c7e299a5adee88db246b44f.tar.bz2
rails-e0a1235f7df0fa193c7e299a5adee88db246b44f.zip
Deprecate most methods which were never used in `DatabaseLimits`
`DatabaseLimits` and those methods were introduced at 3809c80, but most methods were never used and never tested from the beginning (except `table_alias_length`, `index_name_length`, and `in_clause_length` (since 66c09372)). There is no reason to maintain unused those methods for about 8 years.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index a7c2680015..63555de8e6 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Deprecate `column_name_length`, `table_name_length`, `columns_per_table`,
+ `indexes_per_table`, `columns_per_multicolumn_index`, `sql_query_length`,
+ and `joins_per_query` methods in `DatabaseLimits`.
+
+ *Ryuta Kamizono*
+
* ActiveRecord::Base.configurations now returns an object.
ActiveRecord::Base.configurations used to return a hash, but this