Skip to content

Commit

Permalink
Release: 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Teamcity committed Jun 21, 2024
1 parent b473e0d commit c82d018
Show file tree
Hide file tree
Showing 6,183 changed files with 3,121 additions and 695,812 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
18 changes: 0 additions & 18 deletions .github/workflows/fake-pr-tests.yml

This file was deleted.

1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
12 changes: 6 additions & 6 deletions adapter/0.1.17.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
* Copyright © 2016-2021 by IntegrIT S.A. dba Hackolade. All rights reserved.
*
* The copyright to the computer software herein is the property of IntegrIT S.A.
* The software may be used and/or copied only with the written permission of
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
* the agreement/contract under which the software has been supplied.
*
* The software may be used and/or copied only with the written permission of
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
* the agreement/contract under which the software has been supplied.
*
* {
* "add": {
* "entity": [<names of new property>],
Expand Down Expand Up @@ -39,7 +39,7 @@
* },
* }
*/
{
{
"add": {
"entity": [
{
Expand All @@ -48,4 +48,4 @@
}
]
}
}
}
54 changes: 27 additions & 27 deletions adapter/0.1.22.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
* Copyright © 2016-2018 by IntegrIT S.A. dba Hackolade. All rights reserved.
*
* The copyright to the computer software herein is the property of IntegrIT S.A.
* The software may be used and/or copied only with the written permission of
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
* the agreement/contract under which the software has been supplied.
*
* The software may be used and/or copied only with the written permission of
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
* the agreement/contract under which the software has been supplied.
*
* {
* "add": {
* "entity": [<names of new property>],
Expand Down Expand Up @@ -39,29 +39,29 @@
* },
* }
*/
{
"modify": {
"field": [
{
"from": {
"type": "char",
"maxLength": {
"type": "Condition",
"value": "maxLength,length,>"
}
},
"to": {
"length": {
"type": "Source",
"path": "maxLength"
}
}
}
]
},
"delete": {
{
"modify": {
"field": [
{
"from": {
"type": "char",
"maxLength": {
"type": "Condition",
"value": "maxLength,length,>"
}
},
"to": {
"length": {
"type": "Source",
"path": "maxLength"
}
}
}
]
},
"delete": {
"field": {
"char": ["maxLength"]
}
}
}
}
}
18 changes: 7 additions & 11 deletions adapter/0.1.35.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
* Copyright © 2016-2018 by IntegrIT S.A. dba Hackolade. All rights reserved.
*
* The copyright to the computer software herein is the property of IntegrIT S.A.
* The software may be used and/or copied only with the written permission of
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
* the agreement/contract under which the software has been supplied.
*
* The software may be used and/or copied only with the written permission of
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
* the agreement/contract under which the software has been supplied.
*
* {
* "add": {
* "entity": [<names of new property>],
Expand Down Expand Up @@ -39,20 +39,16 @@
* },
* }
*/
{
{
"modify": {
"entity": [
[
"setRdbmEntityCompositeKeys",
"primaryKey",
"compositePrimaryKey",
"primaryKey",
[
"unique",
"compositePrimaryKey",
"compositeUniqueKey"
]
["unique", "compositePrimaryKey", "compositeUniqueKey"]
]
]
}
}
}
22 changes: 9 additions & 13 deletions adapter/0.1.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
* Copyright © 2016-2021 by IntegrIT S.A. dba Hackolade. All rights reserved.
*
* The copyright to the computer software herein is the property of IntegrIT S.A.
* The software may be used and/or copied only with the written permission of
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
* the agreement/contract under which the software has been supplied.
*
* The software may be used and/or copied only with the written permission of
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
* the agreement/contract under which the software has been supplied.
*
* {
* "add": {
* "entity": [<names of new property>],
Expand Down Expand Up @@ -39,14 +39,10 @@
* },
* }
*/
{
"add": {
},
"modify": {
},
{
"add": {},
"modify": {},
"delete": {
"field": [
"primaryKeyOptions"
]
"field": ["primaryKeyOptions"]
}
}
}
18 changes: 8 additions & 10 deletions adapter/0.1.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
* Copyright © 2016-2021 by IntegrIT S.A. dba Hackolade. All rights reserved.
*
* The copyright to the computer software herein is the property of IntegrIT S.A.
* The software may be used and/or copied only with the written permission of
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
* the agreement/contract under which the software has been supplied.
*
* The software may be used and/or copied only with the written permission of
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
* the agreement/contract under which the software has been supplied.
*
* {
* "add": {
* "entity": [<names of new property>],
Expand Down Expand Up @@ -39,9 +39,8 @@
* },
* }
*/
{
"add": {
},
{
"add": {},
"modify": {
"field": [
{
Expand All @@ -57,6 +56,5 @@
],
"entity": ["removePrimaryKeyFromClusteredIndexTable"]
},
"delete": {
}
}
"delete": {}
}
28 changes: 11 additions & 17 deletions adapter/0.1.57.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
* Copyright © 2016-2022 by IntegrIT S.A. dba Hackolade. All rights reserved.
*
* The copyright to the computer software herein is the property of IntegrIT S.A.
* The software may be used and/or copied only with the written permission of
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
* the agreement/contract under which the software has been supplied.
*
* The software may be used and/or copied only with the written permission of
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
* the agreement/contract under which the software has been supplied.
*
* {
* "add": {
* "entity": [<names of new property>],
Expand Down Expand Up @@ -39,16 +39,10 @@
* },
* }
*/
{
"modify": {
"container": [
["validateContainer", "name", "code"]
],
"entity": [
["validateEntity", "collectionName", "code"]
],
"field": [
["validateField", "name", "code"]
]
}
}
{
"modify": {
"container": [["validateContainer", "name", "code"]],
"entity": [["validateEntity", "collectionName", "code"]],
"field": [["validateField", "name", "code"]]
}
}
2 changes: 1 addition & 1 deletion central_pane/dtdAbbreviation.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"bool": "{0/1}",
"bytes": "{BYTES}",
"null": "{null}"
}
}
5 changes: 4 additions & 1 deletion central_pane/style.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
},
"field": {
"erd": [
"keys", "type", "indexes", {
"keys",
"type",
"indexes",
{
"value": "AK",
"orderingNumbersBy": ["uniqueKey", "compositeUniqueKey"],
"dependency": {
Expand Down
Loading

0 comments on commit c82d018

Please sign in to comment.