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-06-04 20:54:02 +03:00
parent fd748787f3
commit 18d5370a8b
127 changed files with 196 additions and 252 deletions

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\erpnp03saux.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\Administrator\AppData\Local\Temp\atnsr22gawg.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\erpnp03saux.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\Administrator\AppData\Local\Temp\atnsr22gawg.sqlite"