1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-10-20 19:41:52 +03:00
parent 080c59836f
commit 1120c732f0
3071 changed files with 19627 additions and 19627 deletions

View File

@@ -31,9 +31,9 @@ import TabItem from '@theme/TabItem';
```bsl title="1C:Enterprise/OneScript code example"
Address = "127.0.0.1";
Address = FunctionParameters["PG_IP"];
Login = "bayselonarrend";
Password = "12we...";
Password = FunctionParameters["PG_Password"];
Base = "";
TLS = True;

View File

@@ -32,9 +32,9 @@ import TabItem from '@theme/TabItem';
```bsl title="1C:Enterprise/OneScript code example"
Address = "127.0.0.1";
Address = FunctionParameters["PG_IP"];
Login = "bayselonarrend";
Password = "12we...";
Password = FunctionParameters["PG_Password"];
Base = "";
TLS = True;

View File

@@ -36,12 +36,12 @@ Without specifying the `ForcifyResult` flag, result data is returned only for qu
```bsl title="1C:Enterprise/OneScript code example"
Image = "https://hut.openintegrations.dev/test_data/picture.jpg";
Image = FunctionParameters["Picture"];
OPI_TypeConversion.GetBinaryData(Image); // Image - Type: BinaryData
Address = "127.0.0.1";
Address = FunctionParameters["PG_IP"];
Login = "bayselonarrend";
Password = "12we...";
Password = FunctionParameters["PG_Password"];
Base = "test_data";
TLS = True;
@@ -99,7 +99,7 @@ Without specifying the `ForcifyResult` flag, result data is returned only for qu
// SQL query from file
SQLFile = "https://hut.openintegrations.dev/test_data/TEST_DATA2.sql"; // Binary Data, URL or path to file
SQLFile = FunctionParameters["SQL2"]; // Binary Data, URL or path to file
Result = OPI_MySQL.ExecuteSQLQuery(SQLFile, , , Connection);

View File

@@ -30,9 +30,9 @@ import TabItem from '@theme/TabItem';
```bsl title="1C:Enterprise/OneScript code example"
Address = "127.0.0.1";
Address = FunctionParameters["PG_IP"];
Login = "bayselonarrend";
Password = "12we...";
Password = FunctionParameters["PG_Password"];
Base = "";
Result = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password);

View File

@@ -31,9 +31,9 @@ import TabItem from '@theme/TabItem';
```bsl title="1C:Enterprise/OneScript code example"
Address = "127.0.0.1";
Address = FunctionParameters["PG_IP"];
Login = "bayselonarrend";
Password = "12we...";
Password = FunctionParameters["PG_Password"];
Base = "";
TLS = True;

View File

@@ -36,9 +36,9 @@ The list of available types is described on the initial page of the MySQL librar
```bsl title="1C:Enterprise/OneScript code example"
Address = "127.0.0.1";
Address = FunctionParameters["PG_IP"];
Login = "bayselonarrend";
Password = "12we...";
Password = FunctionParameters["PG_Password"];
Base = "testbase1";
TLS = True;
@@ -54,7 +54,7 @@ The list of available types is described on the initial page of the MySQL librar
Table = "testtable";
RecordsArray = New Array;
Image = "https://hut.openintegrations.dev/test_data/picture.jpg";
Image = FunctionParameters["Picture"];
OPI_TypeConversion.GetBinaryData(Image); // Image - Type: BinaryData
CurrentDate = OPI_Tools.GetCurrentDate();

View File

@@ -30,9 +30,9 @@ import TabItem from '@theme/TabItem';
```bsl title="1C:Enterprise/OneScript code example"
Address = "127.0.0.1";
Address = FunctionParameters["PG_IP"];
Login = "bayselonarrend";
Password = "12we...";
Password = FunctionParameters["PG_Password"];
Base = "testbase1";
TLS = True;

View File

@@ -28,9 +28,9 @@ import TabItem from '@theme/TabItem';
```bsl title="1C:Enterprise/OneScript code example"
Address = "127.0.0.1";
Address = FunctionParameters["PG_IP"];
Login = "bayselonarrend";
Password = "12we...";
Password = FunctionParameters["PG_Password"];
Base = "testbase1";
TLS = True;

View File

@@ -28,9 +28,9 @@ import TabItem from '@theme/TabItem';
```bsl title="1C:Enterprise/OneScript code example"
Address = "127.0.0.1";
Address = FunctionParameters["PG_IP"];
Login = "bayselonarrend";
Password = "12we...";
Password = FunctionParameters["PG_Password"];
Base = "";
TLS = True;

View File

@@ -33,9 +33,9 @@ The list of available types is described on the initial page of the MySQL librar
```bsl title="1C:Enterprise/OneScript code example"
Address = "127.0.0.1";
Address = FunctionParameters["PG_IP"];
Login = "bayselonarrend";
Password = "12we...";
Password = FunctionParameters["PG_Password"];
Base = "testbase1";
TLS = True;

View File

@@ -28,9 +28,9 @@ import TabItem from '@theme/TabItem';
```bsl title="1C:Enterprise/OneScript code example"
Address = "127.0.0.1";
Address = FunctionParameters["PG_IP"];
Login = "bayselonarrend";
Password = "12we...";
Password = FunctionParameters["PG_Password"];
Base = "";
TLS = True;

View File

@@ -29,9 +29,9 @@ import TabItem from '@theme/TabItem';
```bsl title="1C:Enterprise/OneScript code example"
Address = "127.0.0.1";
Address = FunctionParameters["PG_IP"];
Login = "bayselonarrend";
Password = "12we...";
Password = FunctionParameters["PG_Password"];
Base = "test_data";
TLS = True;

View File

@@ -29,9 +29,9 @@ import TabItem from '@theme/TabItem';
```bsl title="1C:Enterprise/OneScript code example"
Address = "127.0.0.1";
Address = FunctionParameters["PG_IP"];
Login = "bayselonarrend";
Password = "12we...";
Password = FunctionParameters["PG_Password"];
Base = "testbase1";
TLS = True;

View File

@@ -28,9 +28,9 @@ import TabItem from '@theme/TabItem';
```bsl title="1C:Enterprise/OneScript code example"
Address = "127.0.0.1";
Address = FunctionParameters["PG_IP"];
Login = "bayselonarrend";
Password = "12we...";
Password = FunctionParameters["PG_Password"];
Base = "testbase1";
TLS = True;

View File

@@ -35,9 +35,9 @@ This function does not update the data type of existing columns
```bsl title="1C:Enterprise/OneScript code example"
Address = "127.0.0.1";
Address = FunctionParameters["PG_IP"];
Login = "bayselonarrend";
Password = "12we...";
Password = FunctionParameters["PG_Password"];
Base = "testbase1";
TLS = True;

View File

@@ -32,9 +32,9 @@ import TabItem from '@theme/TabItem';
```bsl title="1C:Enterprise/OneScript code example"
Address = "127.0.0.1";
Address = FunctionParameters["PG_IP"];
Login = "bayselonarrend";
Password = "12we...";
Password = FunctionParameters["PG_Password"];
Base = "testbase1";
TLS = True;

View File

@@ -28,9 +28,9 @@ import TabItem from '@theme/TabItem';
```bsl title="1C:Enterprise/OneScript code example"
Address = "127.0.0.1";
Address = FunctionParameters["PG_IP"];
Login = "bayselonarrend";
Password = "12we...";
Password = FunctionParameters["PG_Password"];
Base = "testbase1";
TLS = True;

View File

@@ -36,9 +36,9 @@ The list of available types is described on the initial page of the MySQL librar
```bsl title="1C:Enterprise/OneScript code example"
Address = "127.0.0.1";
Address = FunctionParameters["PG_IP"];
Login = "bayselonarrend";
Password = "12we...";
Password = FunctionParameters["PG_Password"];
Base = "test_data";
TLS = True;