Commit dcfca15 1 parent 0d3ddd3 commit dcfca15 Copy full SHA for dcfca15
File tree 2 files changed +15
-7
lines changed
properties_pane/model_level
2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " SQLServer" ,
3
- "version" : " 0.1.67 " ,
4
- "versionDate" : " 2023-09-01 " ,
3
+ "version" : " 0.1.68 " ,
4
+ "versionDate" : " 2023-09-07 " ,
5
5
"author" : " hackolade" ,
6
6
"engines" : {
7
7
"hackolade" : " 6.7.1" ,
12
12
"applicationTarget" : " MSSQLServer" ,
13
13
"title" : " MS SQL Server" ,
14
14
"versions" : [
15
- " 2016" ,
15
+ " 2008" ,
16
+ " 2012" ,
17
+ " 2014" ,
18
+ " 2016" ,
16
19
" 2017" ,
17
- " 2019"
20
+ " 2019" ,
21
+ " 2022"
18
22
]
19
23
},
20
24
"features" : {
Original file line number Diff line number Diff line change @@ -74,9 +74,13 @@ making sure that you maintain a proper JSON format.
74
74
"propertyTooltip" : " DB version" ,
75
75
"propertyType" : " select" ,
76
76
"options" : [
77
- " 2016" ,
78
- " 2017" ,
79
- " 2019"
77
+ " 2008" ,
78
+ " 2012" ,
79
+ " 2014" ,
80
+ " 2016" ,
81
+ " 2017" ,
82
+ " 2019" ,
83
+ " 2022"
80
84
],
81
85
"disabledOption" : false
82
86
},
You can’t perform that action at this time.
0 commit comments