Skip to content

Commit

Permalink
Release: 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Teamcity committed Jun 21, 2024
1 parent 02caffd commit ec04cf5
Show file tree
Hide file tree
Showing 825 changed files with 1,677 additions and 285,515 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/fake-pr-tests.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore

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
25 changes: 8 additions & 17 deletions adapter/0.1.10.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 @@ -41,20 +41,11 @@
*/
{
"add": {
"entity": [
"tableOptions"
],
"entity": ["tableOptions"],
"field": {
"map": [
"keyType",
"subtype"
],
"set": [
"subtype"
],
"list": [
"subtype"
]
"map": ["keyType", "subtype"],
"set": ["subtype"],
"list": ["subtype"]
}
},
"delete": {
Expand Down
17 changes: 6 additions & 11 deletions adapter/0.1.117.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 @@ -42,12 +42,7 @@
{
"modify": {
"field": [
[
"removeArrayItemNameFromComplexUdt",
["udt", "reference"],
["set", "list", "tuple"],
["code", "name"]
]
["removeArrayItemNameFromComplexUdt", ["udt", "reference"], ["set", "list", "tuple"], ["code", "name"]]
]
}
}
}
10 changes: 5 additions & 5 deletions adapter/0.1.14.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,7 +39,7 @@
* },
* }
*/
{
{
"modify": {
"field": [
{
Expand Down
10 changes: 5 additions & 5 deletions adapter/0.1.18.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,7 +39,7 @@
* },
* }
*/
{
{
"modify": {
"field": [
{
Expand Down
6 changes: 3 additions & 3 deletions adapter/0.1.33.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
*/

{
"modify": {
"entity": ["transformTableOptionsFromStringToObject"]
}
"modify": {
"entity": ["transformTableOptionsFromStringToObject"]
}
}
5 changes: 2 additions & 3 deletions adapter/0.1.36.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@
* }
*/

{
{
"add": {
"container": ["addToCqlScript"]
}
}

}
24 changes: 14 additions & 10 deletions adapter/0.1.68.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 @@ -42,11 +42,15 @@
{
"modify": {
"container": [
["renamePropertiesInArrayElements", "UDFs",{
"storedProcFunction":"functionBody",
"storedProcComments":"functionComments",
"storedProcDescription":"functionDescription"
}]
[
"renamePropertiesInArrayElements",
"UDFs",
{
"storedProcFunction": "functionBody",
"storedProcComments": "functionComments",
"storedProcDescription": "functionDescription"
}
]
]
}
}
}
102 changes: 57 additions & 45 deletions adapter/0.1.73.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 @@ -42,50 +42,62 @@
{
"modify": {
"field": [
["convertRootJsonType", {
"from": {
"physicalType": "char",
"type": "jsonObject"
},
"to": {
"childType": "char",
"mode": "text",
"subtype": "object"
[
"convertRootJsonType",
{
"from": {
"physicalType": "char",
"type": "jsonObject"
},
"to": {
"childType": "char",
"mode": "text",
"subtype": "object"
}
}
}],
["convertRootJsonType", {
"from": {
"physicalType": "char",
"type": "jsonArray"
},
"to": {
"childType": "char",
"mode": "text",
"subtype": "array"
],
[
"convertRootJsonType",
{
"from": {
"physicalType": "char",
"type": "jsonArray"
},
"to": {
"childType": "char",
"mode": "text",
"subtype": "array"
}
}
}],
["convertRootJsonType", {
"from": {
"physicalType": "blob",
"type": "jsonObject"
},
"to": {
"childType": "blob",
"mode": "blb",
"subtype": "object"
],
[
"convertRootJsonType",
{
"from": {
"physicalType": "blob",
"type": "jsonObject"
},
"to": {
"childType": "blob",
"mode": "blb",
"subtype": "object"
}
}
}],
["convertRootJsonType", {
"from": {
"physicalType": "blob",
"type": "jsonArray"
},
"to": {
"childType": "blob",
"mode": "blb",
"subtype": "array"
],
[
"convertRootJsonType",
{
"from": {
"physicalType": "blob",
"type": "jsonArray"
},
"to": {
"childType": "blob",
"mode": "blb",
"subtype": "array"
}
}
}]
]
]
}
}
}
10 changes: 5 additions & 5 deletions adapter/0.1.83.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 @@ -48,4 +48,4 @@
}
]
}
}
}
Loading

0 comments on commit ec04cf5

Please sign in to comment.