You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-01 22:29:52 +02:00
Main build (Jenkins)
This commit is contained in:
6
docs/en/examples/MySQL/AddRecords.txt
vendored
6
docs/en/examples/MySQL/AddRecords.txt
vendored
@@ -1,6 +1,6 @@
|
||||
Address = FunctionParameters["PG_IP"];
|
||||
Address = "127.0.0.1";
|
||||
Login = "bayselonarrend";
|
||||
Password = FunctionParameters["PG_Password"];
|
||||
Password = "12we...";
|
||||
Base = "testbase1";
|
||||
|
||||
TLS = True;
|
||||
@@ -16,7 +16,7 @@
|
||||
Table = "testtable";
|
||||
RecordsArray = New Array;
|
||||
|
||||
Image = FunctionParameters["Picture"];
|
||||
Image = "https://hut.openintegrations.dev/test_data/picture.jpg";
|
||||
OPI_TypeConversion.GetBinaryData(Image); // Image - Type: BinaryData
|
||||
|
||||
CurrentDate = OPI_Tools.GetCurrentDate();
|
||||
|
||||
Reference in New Issue
Block a user