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)
2024-12-30 22:30:57 +03:00
parent 1b230cc341
commit 7b70db4f30
16 changed files with 6074 additions and 6034 deletions

View File

@@ -1,5 +1,8 @@
 TFN = GetTempFileName("sqlite");
Image = "https://api.athenaeum.digital/test_data/picture.jpg";
OPI_TypeConversion.GetBinaryData(Image); // Image - Type: BinaryData
Connection = OPI_SQLite.CreateConnection(TFN);
// CREATE
@@ -29,7 +32,7 @@
ParameterArray.Add(1000.12); // REAL
ParameterArray.Add(True); // BOOL
ParameterArray.Add(OPI_Tools.GetCurrentDate()); // DATETIME
ParameterArray.Add(ПолучитьДвоичныеДанныеИзСтроки("Hello world")); // BLOB
ParameterArray.Add(Image); // BLOB
Result = OPI_SQLite.ExecuteSQLQuery(QueryText, ParameterArray, , Connection);