Skip to content

Commit 642ae0c

Browse files
committed
Add SQL 2017 and SQL 2019 Support
1 parent b8d12d7 commit 642ae0c

7 files changed

Lines changed: 5 additions & 36338 deletions

Modules/SqlServerDatabaseEngineInformation/SqlServerDatabaseEngineInformation.psm1

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ New-Object -TypeName System.Version -ArgumentList '10.0.0.0' | New-Variable -Nam
2121
New-Object -TypeName System.Version -ArgumentList '10.50.0.0' | New-Variable -Name SQLServer2008R2 -Scope Script -Option Constant
2222
New-Object -TypeName System.Version -ArgumentList '11.0.0.0' | New-Variable -Name SQLServer2012 -Scope Script -Option Constant
2323
New-Object -TypeName System.Version -ArgumentList '12.0.0.0' | New-Variable -Name SQLServer2014 -Scope Script -Option Constant
24+
New-Object -TypeName System.Version -ArgumentList '13.0.0.0' | New-Variable -Name SQLServer2016 -Scope Script -Option Constant
25+
New-Object -TypeName System.Version -ArgumentList '14.0.0.0' | New-Variable -Name SQLServer2017 -Scope Script -Option Constant
26+
New-Object -TypeName System.Version -ArgumentList '15.0.0.0' | New-Variable -Name SQLServer2019 -Scope Script -Option Constant
2427

2528
New-Variable -Name StandaloneDbEngine -Scope Script -Option Constant -Value 'Standalone'
2629
New-Variable -Name AzureDbEngine -Scope Script -Option Constant -Value 'Windows Azure SQL Database'
@@ -2964,7 +2967,7 @@ function Get-FullTextLanguageValue($Language) {
29642967
1041 { 'Japanese'}
29652968
1042 { 'Korean'}
29662969
1043 { 'Dutch'}
2967-
1044 { 'Bokm�l'}
2970+
1044 { 'Bokm�l'}
29682971
1045 { 'Polish'}
29692972
1046 { 'Brazilian'}
29702973
1048 { 'Romanian'}
@@ -3208,7 +3211,7 @@ function Get-LanguageValue($Language) {
32083211
30 { 'Simplified Chinese'}
32093212
31 { 'Arabic'}
32103213
32 { 'Thai'}
3211-
33 { 'Bokm�l'}
3214+
33 { 'Bokm�l'}
32123215
$null {$null}
32133216
default {'Unknown'}
32143217
}
Binary file not shown.

Modules/SqlServerDatabaseEngineInformation/de/SqlServerDatabaseEngineInformation.psm1

Lines changed: 0 additions & 12112 deletions
This file was deleted.
Binary file not shown.

Modules/SqlServerDatabaseEngineInformation/en-US/SqlServerDatabaseEngineInformation.psm1

Lines changed: 0 additions & 12112 deletions
This file was deleted.
Binary file not shown.

Modules/SqlServerDatabaseEngineInformation/en/SqlServerDatabaseEngineInformation.psm1

Lines changed: 0 additions & 12112 deletions
This file was deleted.

0 commit comments

Comments
 (0)