Skip to content

Commit 71f39f3

Browse files
committed
Support for full text and spatial indexes, filtered index expressions, views indexes and partitioned views, view definition AS SELECT statement, memory-optimized tables
1 parent d19fbea commit 71f39f3

File tree

7 files changed

+1295
-76
lines changed

7 files changed

+1295
-76
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "MSSQLServer",
3-
"version": "0.1.1",
4-
"versionDate": "2020-04-17",
3+
"version": "0.1.2",
4+
"versionDate": "2020-04-21",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "4.0.0",
@@ -27,7 +27,8 @@
2727
"enableJsonType": true,
2828
"useJsonTypesWithComplexTypes": true,
2929
"reverseSchemaIntoOneColumn": true,
30-
"disableDenormalization": true,
30+
"disableDenormalization": true,
31+
"enableComplexTypesNormalization": true,
3132
"views": {
3233
"enabled": true,
3334
"viewLevel": "model",

properties_pane/defaultData.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"constrEnforceReplication": true
2020
},
2121
"Indxs": {
22+
"indxType": "Index",
2223
"ALLOW_ROW_LOCKS": true,
2324
"ALLOW_PAGE_LOCKS": true
2425
}

0 commit comments

Comments
 (0)