aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/config.example.yml
diff options
context:
space:
mode:
authorYasuo Honda <yasuo.honda@gmail.com>2018-09-23 04:45:19 +0000
committerYasuo Honda <yasuo.honda@gmail.com>2018-11-25 13:13:08 +0000
commit6fb128d14427019b10e1ac5205f48f72feffe767 (patch)
tree70cf411e564540bc92851525a851dd791aafa6ba /activerecord/test/config.example.yml
parentd6fcc419fe4f99d3f9414d39d081bd6355842018 (diff)
downloadrails-6fb128d14427019b10e1ac5205f48f72feffe767.tar.gz
rails-6fb128d14427019b10e1ac5205f48f72feffe767.tar.bz2
rails-6fb128d14427019b10e1ac5205f48f72feffe767.zip
Bump the minimum version of PostgreSQL to 9.3
https://www.postgresql.org/support/versioning/ - 9.1 EOLed on September 2016. - 9.2 EOLed on September 2017. 9.3 is also not supported since Nov 8, 2018. https://www.postgresql.org/about/news/1905/ I think it may be a little bit early to drop PostgreSQL 9.3 yet. * Deprecated `supports_ranges?` since no other databases support range data type * Add `supports_materialized_views?` to abstract adapter Materialized views itself is supported by other databases, other connection adapters may support them * Remove `with_manual_interventions` It was only necessary for PostgreSQL 9.1 or earlier * Drop CI against PostgreSQL 9.2
Diffstat (limited to 'activerecord/test/config.example.yml')
-rw-r--r--activerecord/test/config.example.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/test/config.example.yml b/activerecord/test/config.example.yml
index 18347cd07d..33962f9e5e 100644
--- a/activerecord/test/config.example.yml
+++ b/activerecord/test/config.example.yml
@@ -1,7 +1,5 @@
default_connection: <%= defined?(JRUBY_VERSION) ? 'jdbcsqlite3' : 'sqlite3' %>
-with_manual_interventions: false
-
connections:
jdbcderby:
arunit: activerecord_unittest