Skip to content

Commit 827d65d

Browse files
Andre Vinicius Castoldimetaskills
Andre Vinicius Castoldi
authored andcommitted
Adding 2017 to the supported versions.
1 parent 6b881eb commit 827d65d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1.7
1+
4.1.8

‎lib/active_record/connection_adapters/sqlserver_adapter.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class SQLServerAdapter < AbstractAdapter
3737
VERSION = File.read(File.expand_path('../../../../VERSION', __FILE__)).strip
3838
ADAPTER_NAME = 'SQLServer'.freeze
3939
DATABASE_VERSION_REGEXP = /Microsoft SQL Server\s+"?(\d{4}|\w+)"?/
40-
SUPPORTED_VERSIONS = [2005, 2008, 2010, 2011, 2012, 2014, 2016]
40+
SUPPORTED_VERSIONS = [2005, 2008, 2010, 2011, 2012, 2014, 2016, 2017]
4141

4242
attr_reader :database_version, :database_year, :spid, :product_level, :product_version, :edition
4343

0 commit comments

Comments
 (0)