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

Test data update (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-06-30 10:02:37 +03:00
parent 40d08a6fb7
commit 1bb4978f2b
657 changed files with 824 additions and 848 deletions

View File

@@ -1,6 +1,3 @@
# JSON данные также могут быть переданы как путь к файлу .json
oint sqlite ВыполнитьЗапросSQL \
--sql "SELECT uuid4();" \
--db "C:\Users\Administrator\AppData\Local\Temp\zlo5fihpvmn.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\gdqe2dpuukc.sqlite"

View File

@@ -1,6 +1,3 @@
:: JSON данные также могут быть переданы как путь к файлу .json
oint sqlite ВыполнитьЗапросSQL ^
--sql "SELECT uuid4();" ^
--db "C:\Users\Administrator\AppData\Local\Temp\zlo5fihpvmn.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\gdqe2dpuukc.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\1sexl2ya2j1.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\k0lmi0v1qsy.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\1sexl2ya2j1.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\k0lmi0v1qsy.sqlite"