1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00

Test data update (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-07-04 22:51:57 +03:00
parent 416fe4c00b
commit 5b4eb92084
167 changed files with 258 additions and 370 deletions

View File

@@ -3,4 +3,4 @@
oint sqlite CreateTable \
--table "test" \
--cols "{'id':'INTEGER PRIMARY KEY','name':'TEXT','age':'INTEGER','salary':'REAL','is_active':'BOOLEAN','created_at':'DATETIME','data':'BLOB'}" \
--db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\2afe1ciabnr.sqlite"

View File

@@ -3,4 +3,4 @@
oint sqlite CreateTable ^
--table "test" ^
--cols "{'id':'INTEGER PRIMARY KEY','name':'TEXT','age':'INTEGER','salary':'REAL','is_active':'BOOLEAN','created_at':'DATETIME','data':'BLOB'}" ^
--db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\2afe1ciabnr.sqlite"

View File

@@ -1,6 +1,3 @@
# JSON data can also be passed as a path to a .json file
oint sqlite ExecuteSQLQuery \
--sql "SELECT uuid4();" \
--db "C:\Users\Administrator\AppData\Local\Temp\ez2hdqkekat.sqlite" \
--exts "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/uuid.dll':'sqlite3_uuid_init'}"
--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\holtrlqhemu.sqlite"

View File

@@ -1,6 +1,3 @@
:: JSON data can also be passed as a path to a .json file
oint sqlite ExecuteSQLQuery ^
--sql "SELECT uuid4();" ^
--db "C:\Users\Administrator\AppData\Local\Temp\ez2hdqkekat.sqlite" ^
--exts "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/uuid.dll':'sqlite3_uuid_init'}"
--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\holtrlqhemu.sqlite"