1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-07-14 15:21:39 +03:00
parent 0e9dd080ed
commit 45ef36f805
26 changed files with 8667 additions and 8401 deletions

View File

@@ -46,4 +46,8 @@ import TabItem from '@theme/TabItem';
```json title="Result"
{
"result": true
}
```

View File

@@ -46,4 +46,6 @@ import TabItem from '@theme/TabItem';
```json title="Result"
NOT JSON: AddIn.OPI_MSSQL.Main
```

View File

@@ -106,4 +106,23 @@ Without specifying the `ForcifyResult` flag, result data is returned only for qu
```json title="Result"
{
"data": [
{
"Age": 20,
"BirthDate": "2025-07-14",
"CreatedAt": "2025-07-14T11:12:52",
"Data": {
"BYTES": "Base64"
},
"FirstName": "Vitaly",
"IsEmployed": 1,
"LastName": "Alpaca",
"RowGuid": "35c4b71e-4095-4209-9594-0bcc03934e4f",
"Salary": 10.3
}
],
"result": true
}
```

View File

@@ -46,4 +46,6 @@ This function allows you to quickly assemble a basic connection string. In case
```json title="Result"
"Server=127.0.0.1;User Id=bayselonarrend;Password=***;"
```

View File

@@ -42,4 +42,9 @@ Tls settings can also be passed in the connection string
```json title="Result"
{
"use_tls": true,
"accept_invalid_certs": true
}
```

View File

@@ -48,4 +48,6 @@ import TabItem from '@theme/TabItem';
```json title="Result"
true
```