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-21 11:36:43 +03:00
parent bd42f76940
commit aa10e4c564
3592 changed files with 27015 additions and 19226 deletions

View File

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

View File

@@ -32,9 +32,9 @@ import TabItem from '@theme/TabItem';
```bsl title="1C:Enterprise/OneScript code example"
Address = FunctionParameters["PG_IP"];
Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
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 = FunctionParameters["Picture"];
Image = "https://hut.openintegrations.dev/test_data/picture.jpg";
OPI_TypeConversion.GetBinaryData(Image); // Image - Type: BinaryData
Address = FunctionParameters["PG_IP"];
Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
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 = FunctionParameters["SQL2"]; // Binary Data, URL or path to file
SQLFile = "https://hut.openintegrations.dev/test_data/TEST_DATA2.sql"; // 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 = FunctionParameters["PG_IP"];
Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
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 = FunctionParameters["PG_IP"];
Address = "127.0.0.1";
Login = "bayselonarrend";
Password = FunctionParameters["PG_Password"];
Password = "12we...";
Base = "";
TLS = True;