Skip to content

Commit 62e8ad5

Browse files
committed
remove primary key options
1 parent afa787a commit 62e8ad5

File tree

6 files changed

+57
-255
lines changed

6 files changed

+57
-255
lines changed

adapter/0.1.4.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
/**
2+
* Copyright © 2016-2020 by IntegrIT S.A. dba Hackolade. All rights reserved.
3+
*
4+
* The copyright to the computer software herein is the property of IntegrIT S.A.
5+
* The software may be used and/or copied only with the written permission of
6+
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
7+
* the agreement/contract under which the software has been supplied.
8+
*
9+
* {
10+
* "add": {
11+
* "entity": [<names of new property>],
12+
* "container": [<names of new property>],
13+
* "model": [<names of new property>],
14+
* "view": [<names of new property>],
15+
* "field": {
16+
* "<type>": [<names of new property>]
17+
* }
18+
* },
19+
* "delete": {
20+
* "entity": [<names of new property>],
21+
* "container": [<names of new property>],
22+
* "model": [<names of new property>],
23+
* "view": [<names of new property>],
24+
* "field": {
25+
* "<type>": [<names of new property>]
26+
* }
27+
* },
28+
* "modify": {
29+
* "entity": [
30+
* {
31+
* "from": { <properties that identify record> },
32+
* "to": { <properties that need to be changed> }
33+
* }
34+
* ],
35+
* "container": [],
36+
* "model": [],
37+
* "view": [],
38+
* "field": []
39+
* },
40+
* }
41+
*/
42+
{
43+
"add": {
44+
},
45+
"modify": {
46+
},
47+
"delete": {
48+
"field": [
49+
"primaryKeyOptions"
50+
]
51+
}
52+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Synapse",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"versionDate": "2020-08-10",
55
"author": "hackolade",
66
"engines": {

properties_pane/container_level/containerLevelConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2016-2017 by IntegrIT S.A. dba Hackolade. All rights reserved.
2+
* Copyright © 2016-2020 by IntegrIT S.A. dba Hackolade. All rights reserved.
33
*
44
* The copyright to the computer software herein is the property of IntegrIT S.A.
55
* The software may be used and/or copied only with the written permission of

properties_pane/field_level/fieldLevelConfig.json

Lines changed: 1 addition & 251 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2016-2017 by IntegrIT S.A. dba Hackolade. All rights reserved.
2+
* Copyright © 2016-2020 by IntegrIT S.A. dba Hackolade. All rights reserved.
33
*
44
* The copyright to the computer software herein is the property of IntegrIT S.A.
55
* The software may be used and/or copied only with the written permission of
@@ -458,56 +458,6 @@ making sure that you maintain a proper JSON format.
458458
]
459459
}
460460
},
461-
{
462-
"propertyName": "Primary key options",
463-
"propertyType": "block",
464-
"propertyKeyword": "primaryKeyOptions",
465-
"enableForReference": true,
466-
"propertyTooltip": "Primary key options",
467-
"dependency": {
468-
"type": "and",
469-
"values": [
470-
{
471-
"key": "primaryKey",
472-
"value": true
473-
},
474-
{
475-
"type": "or",
476-
"values": [{
477-
"key": "compositePrimaryKey",
478-
"value": false
479-
}, {
480-
"key": "compositePrimaryKey",
481-
"exist": false
482-
}]
483-
},
484-
{
485-
"type": "or",
486-
"values": [{
487-
"key": "compositeUniqueKey",
488-
"value": false
489-
}, {
490-
"key": "compositeUniqueKey",
491-
"exist": false
492-
}]
493-
}
494-
]
495-
},
496-
"structure": [
497-
{
498-
"propertyName": "Clustered",
499-
"propertyKeyword": "clusteredDisabled",
500-
"propertyType": "checkbox",
501-
"disabled": true
502-
},
503-
{
504-
"propertyName": "Enforced",
505-
"propertyKeyword": "enforced",
506-
"propertyType": "checkbox",
507-
"disabled": true
508-
}
509-
]
510-
},
511461
{
512462
"propertyName": "Unique",
513463
"propertyKeyword": "compositeUniqueKey",
@@ -765,56 +715,6 @@ making sure that you maintain a proper JSON format.
765715
]
766716
}
767717
},
768-
{
769-
"propertyName": "Primary key options",
770-
"propertyType": "block",
771-
"propertyKeyword": "primaryKeyOptions",
772-
"enableForReference": true,
773-
"propertyTooltip": "Primary key options",
774-
"dependency": {
775-
"type": "and",
776-
"values": [
777-
{
778-
"key": "primaryKey",
779-
"value": true
780-
},
781-
{
782-
"type": "or",
783-
"values": [{
784-
"key": "compositePrimaryKey",
785-
"value": false
786-
}, {
787-
"key": "compositePrimaryKey",
788-
"exist": false
789-
}]
790-
},
791-
{
792-
"type": "or",
793-
"values": [{
794-
"key": "compositeUniqueKey",
795-
"value": false
796-
}, {
797-
"key": "compositeUniqueKey",
798-
"exist": false
799-
}]
800-
}
801-
]
802-
},
803-
"structure": [
804-
{
805-
"propertyName": "Clustered",
806-
"propertyKeyword": "clusteredDisabled",
807-
"propertyType": "checkbox",
808-
"disabled": true
809-
},
810-
{
811-
"propertyName": "Enforced",
812-
"propertyKeyword": "enforced",
813-
"propertyType": "checkbox",
814-
"disabled": true
815-
}
816-
]
817-
},
818718
{
819719
"propertyName": "Unique",
820720
"propertyKeyword": "compositeUniqueKey",
@@ -1038,56 +938,6 @@ making sure that you maintain a proper JSON format.
1038938
]
1039939
}
1040940
},
1041-
{
1042-
"propertyName": "Primary key options",
1043-
"propertyType": "block",
1044-
"propertyKeyword": "primaryKeyOptions",
1045-
"enableForReference": true,
1046-
"propertyTooltip": "Primary key options",
1047-
"dependency": {
1048-
"type": "and",
1049-
"values": [
1050-
{
1051-
"key": "primaryKey",
1052-
"value": true
1053-
},
1054-
{
1055-
"type": "or",
1056-
"values": [{
1057-
"key": "compositePrimaryKey",
1058-
"value": false
1059-
}, {
1060-
"key": "compositePrimaryKey",
1061-
"exist": false
1062-
}]
1063-
},
1064-
{
1065-
"type": "or",
1066-
"values": [{
1067-
"key": "compositeUniqueKey",
1068-
"value": false
1069-
}, {
1070-
"key": "compositeUniqueKey",
1071-
"exist": false
1072-
}]
1073-
}
1074-
]
1075-
},
1076-
"structure": [
1077-
{
1078-
"propertyName": "Clustered",
1079-
"propertyKeyword": "clusteredDisabled",
1080-
"propertyType": "checkbox",
1081-
"disabled": true
1082-
},
1083-
{
1084-
"propertyName": "Enforced",
1085-
"propertyKeyword": "enforced",
1086-
"propertyType": "checkbox",
1087-
"disabled": true
1088-
}
1089-
]
1090-
},
1091941
{
1092942
"propertyName": "Unique",
1093943
"propertyKeyword": "compositeUniqueKey",
@@ -1287,56 +1137,6 @@ making sure that you maintain a proper JSON format.
12871137
]
12881138
}
12891139
},
1290-
{
1291-
"propertyName": "Primary key options",
1292-
"propertyType": "block",
1293-
"propertyKeyword": "primaryKeyOptions",
1294-
"enableForReference": true,
1295-
"propertyTooltip": "Primary key options",
1296-
"dependency": {
1297-
"type": "and",
1298-
"values": [
1299-
{
1300-
"key": "primaryKey",
1301-
"value": true
1302-
},
1303-
{
1304-
"type": "or",
1305-
"values": [{
1306-
"key": "compositePrimaryKey",
1307-
"value": false
1308-
}, {
1309-
"key": "compositePrimaryKey",
1310-
"exist": false
1311-
}]
1312-
},
1313-
{
1314-
"type": "or",
1315-
"values": [{
1316-
"key": "compositeUniqueKey",
1317-
"value": false
1318-
}, {
1319-
"key": "compositeUniqueKey",
1320-
"exist": false
1321-
}]
1322-
}
1323-
]
1324-
},
1325-
"structure": [
1326-
{
1327-
"propertyName": "Clustered",
1328-
"propertyKeyword": "clusteredDisabled",
1329-
"propertyType": "checkbox",
1330-
"disabled": true
1331-
},
1332-
{
1333-
"propertyName": "Enforced",
1334-
"propertyKeyword": "enforced",
1335-
"propertyType": "checkbox",
1336-
"disabled": true
1337-
}
1338-
]
1339-
},
13401140
{
13411141
"propertyName": "Unique",
13421142
"propertyKeyword": "compositeUniqueKey",
@@ -1503,56 +1303,6 @@ making sure that you maintain a proper JSON format.
15031303
]
15041304
}
15051305
},
1506-
{
1507-
"propertyName": "Primary key options",
1508-
"propertyType": "block",
1509-
"propertyKeyword": "primaryKeyOptions",
1510-
"enableForReference": true,
1511-
"propertyTooltip": "Primary key options",
1512-
"dependency": {
1513-
"type": "and",
1514-
"values": [
1515-
{
1516-
"key": "primaryKey",
1517-
"value": true
1518-
},
1519-
{
1520-
"type": "or",
1521-
"values": [{
1522-
"key": "compositePrimaryKey",
1523-
"value": false
1524-
}, {
1525-
"key": "compositePrimaryKey",
1526-
"exist": false
1527-
}]
1528-
},
1529-
{
1530-
"type": "or",
1531-
"values": [{
1532-
"key": "compositeUniqueKey",
1533-
"value": false
1534-
}, {
1535-
"key": "compositeUniqueKey",
1536-
"exist": false
1537-
}]
1538-
}
1539-
]
1540-
},
1541-
"structure": [
1542-
{
1543-
"propertyName": "Clustered",
1544-
"propertyKeyword": "clusteredDisabled",
1545-
"propertyType": "checkbox",
1546-
"disabled": true
1547-
},
1548-
{
1549-
"propertyName": "Enforced",
1550-
"propertyKeyword": "enforced",
1551-
"propertyType": "checkbox",
1552-
"disabled": true
1553-
}
1554-
]
1555-
},
15561306
{
15571307
"propertyName": "Unique",
15581308
"propertyKeyword": "compositeUniqueKey",

properties_pane/model_level/modelLevelConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2016-2017 by IntegrIT S.A. dba Hackolade. All rights reserved.
2+
* Copyright © 2016-2020 by IntegrIT S.A. dba Hackolade. All rights reserved.
33
*
44
* The copyright to the computer software herein is the property of IntegrIT S.A.
55
* The software may be used and/or copied only with the written permission of

properties_pane/view_level/viewLevelConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2016-2017 by IntegrIT S.A. dba Hackolade. All rights reserved.
2+
* Copyright © 2016-2020 by IntegrIT S.A. dba Hackolade. All rights reserved.
33
*
44
* The copyright to the computer software herein is the property of IntegrIT S.A.
55
* The software may be used and/or copied only with the written permission of

0 commit comments

Comments
 (0)