1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-07-07 01:09:03 +02:00

Test data update (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-02-01 15:43:49 +03:00
parent 6fa290c104
commit f6b9b077f6
121 changed files with 186 additions and 226 deletions

View File

@ -1,3 +1,3 @@
oint sqlite ВыполнитьЗапросSQL \
--sql "SELECT id, name, age, salary, is_active, created_at, data FROM test_table;" \
--db "C:\Users\Administrator\AppData\Local\Temp\igz1brgrdoy.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\d2pjdvrm5f5.sqlite"

View File

@ -1,3 +1,3 @@
oint sqlite ВыполнитьЗапросSQL ^
--sql "SELECT id, name, age, salary, is_active, created_at, data FROM test_table;" ^
--db "C:\Users\Administrator\AppData\Local\Temp\igz1brgrdoy.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\d2pjdvrm5f5.sqlite"

View File

@ -3,4 +3,4 @@
oint sqlite СоздатьТаблицу \
--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\tp1i0tlkrlj.sqlite"
--db "C:\Users\Administrator\AppData\Local\Temp\zed4djtdiqv.sqlite"

View File

@ -3,4 +3,4 @@
oint sqlite СоздатьТаблицу ^
--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\tp1i0tlkrlj.sqlite"
--db "C:\Users\Administrator\AppData\Local\Temp\zed4djtdiqv.sqlite"