1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-06-19 00:27:48 +02:00

Test data update (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-02-03 19:47:34 +03:00
parent 410d9bf521
commit c1e749ade5
124 changed files with 193 additions and 232 deletions

View File

@ -1,3 +1,3 @@
oint sqlite ExecuteSQLQuery \
--sql "SELECT id, name, age, salary, is_active, created_at, data FROM test_table;" \
--db "C:\Users\Administrator\AppData\Local\Temp\0u4crb3ohbf.sqlite"
--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\rafrxgmbrax.sqlite"

View File

@ -1,3 +1,3 @@
oint sqlite ExecuteSQLQuery ^
--sql "SELECT id, name, age, salary, is_active, created_at, data FROM test_table;" ^
--db "C:\Users\Administrator\AppData\Local\Temp\0u4crb3ohbf.sqlite"
--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\rafrxgmbrax.sqlite"