Skip to content

Commit dcfca15

Browse files
committed
Additional server versions
1 parent 0d3ddd3 commit dcfca15

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

package.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "SQLServer",
3-
"version": "0.1.67",
4-
"versionDate": "2023-09-01",
3+
"version": "0.1.68",
4+
"versionDate": "2023-09-07",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "6.7.1",
@@ -12,9 +12,13 @@
1212
"applicationTarget": "MSSQLServer",
1313
"title": "MS SQL Server",
1414
"versions": [
15-
"2016",
15+
"2008",
16+
"2012",
17+
"2014",
18+
"2016",
1619
"2017",
17-
"2019"
20+
"2019",
21+
"2022"
1822
]
1923
},
2024
"features": {

properties_pane/model_level/modelLevelConfig.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,13 @@ making sure that you maintain a proper JSON format.
7474
"propertyTooltip": "DB version",
7575
"propertyType": "select",
7676
"options": [
77-
"2016",
78-
"2017",
79-
"2019"
77+
"2008",
78+
"2012",
79+
"2014",
80+
"2016",
81+
"2017",
82+
"2019",
83+
"2022"
8084
],
8185
"disabledOption": false
8286
},

0 commit comments

Comments
 (0)