You've already forked OpenIntegrations
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:
@@ -46,4 +46,8 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
|
||||
|
||||
```json title="Result"
|
||||
{
|
||||
"result": true
|
||||
}
|
||||
```
|
||||
|
||||
@@ -46,4 +46,6 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
|
||||
|
||||
```json title="Result"
|
||||
NOT JSON: AddIn.OPI_MSSQL.Main
|
||||
```
|
||||
|
||||
@@ -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
|
||||
}
|
||||
```
|
||||
|
||||
@@ -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=***;"
|
||||
```
|
||||
|
||||
@@ -42,4 +42,9 @@ Tls settings can also be passed in the connection string
|
||||
|
||||
|
||||
|
||||
|
||||
```json title="Result"
|
||||
{
|
||||
"use_tls": true,
|
||||
"accept_invalid_certs": true
|
||||
}
|
||||
```
|
||||
|
||||
@@ -48,4 +48,6 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
|
||||
|
||||
```json title="Result"
|
||||
true
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user