Skip to content

Commit 8265bef

Browse files
committed
Windows authentication
1 parent a72037a commit 8265bef

File tree

2 files changed

+28
-19
lines changed

2 files changed

+28
-19
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "SQLServer",
3-
"version": "0.1.9",
4-
"versionDate": "2020-06-27",
3+
"version": "0.1.10",
4+
"versionDate": "2020-07-08",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "4.0.0",

types/table.json

+26-17
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,31 @@
22
"name": "table",
33
"erdAbbreviation": "<tbl>",
44
"dtdAbbreviation": "{tbl}",
5-
"parentType": "string",
6-
"useSample": true,
7-
"hiddenOnEntity": "view",
5+
"parentType": "document",
6+
"structureType": true,
87
"defaultValues": {
9-
"primaryKey": false,
10-
"relationshipType": "",
11-
"parentRelationship": "",
12-
"childRelationships": [],
13-
"foreignCollection": "",
14-
"foreignField": [],
15-
"default": "",
16-
"minLength": "",
17-
"maxLength": "",
18-
"pattern": "",
19-
"enum": [],
20-
"sample":"",
21-
"comments":""
22-
}
8+
"subtype": "object",
9+
"properties": []
10+
},
11+
"subtypes": {
12+
"object": {
13+
"childValueType": [
14+
"char",
15+
"numeric",
16+
"binary",
17+
"datetime",
18+
"geography",
19+
"geometry",
20+
"hierarchyid",
21+
"sql_variant",
22+
"uniqueidentifier",
23+
"xml",
24+
"rowversion",
25+
"table",
26+
"reference",
27+
"multiple"
28+
]
29+
}
30+
},
31+
"hiddenOnEntity": "view"
2332
}

0 commit comments

Comments
 (0)