1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-06 21:04:14 +02:00

Test data update (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-07-05 13:02:22 +03:00
parent 19af7559b3
commit 80be347ae5
823 changed files with 1170 additions and 1064 deletions
+5 -2
View File
@@ -1,3 +1,6 @@
# JSON data can also be passed as a path to a .json file
oint sqlite ExecuteSQLQuery \
--sql "CREATE TABLE test_table (id INTEGER PRIMARY KEY,name TEXT,age INTEGER,salary REAL,is_active BOOLEAN,created_at DATETIME,data BLOB);" \
--db "C:\Users\bayse\AppData\Local\Temp\3luoylh35jh.sqlite"
--sql "SELECT uuid4();" \
--db "C:\Users\bayse\AppData\Local\Temp\xxgd0vmdsyw.sqlite" \
--exts "{'https://hut.openintegrations.dev/test_data/uuid.dll':'sqlite3_uuid_init'}"
+5 -2
View File
@@ -1,3 +1,6 @@
:: JSON data can also be passed as a path to a .json file
oint sqlite ExecuteSQLQuery ^
--sql "CREATE TABLE test_table (id INTEGER PRIMARY KEY,name TEXT,age INTEGER,salary REAL,is_active BOOLEAN,created_at DATETIME,data BLOB);" ^
--db "C:\Users\bayse\AppData\Local\Temp\3luoylh35jh.sqlite"
--sql "SELECT uuid4();" ^
--db "C:\Users\bayse\AppData\Local\Temp\xxgd0vmdsyw.sqlite" ^
--exts "{'https://hut.openintegrations.dev/test_data/uuid.dll':'sqlite3_uuid_init'}"