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

Test data update (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-10-29 18:37:49 +00:00
parent 429442ef3c
commit ae28df12f3
1102 changed files with 4172 additions and 3972 deletions

View File

@@ -2,5 +2,5 @@
oint sqlite ВыполнитьЗапросSQL \
--sql "SELECT uuid4();" \
--db "/tmp/qojmzaeb.b1f.sqlite" \
--db "/tmp/utdm104v.v1g.sqlite" \
--exts "{'https://hut.openintegrations.dev/test_data/uuid.so':'sqlite3_uuid_init'}"

View File

@@ -2,5 +2,5 @@
oint sqlite ВыполнитьЗапросSQL ^
--sql "SELECT uuid4();" ^
--db "/tmp/qojmzaeb.b1f.sqlite" ^
--db "/tmp/utdm104v.v1g.sqlite" ^
--exts "{'https://hut.openintegrations.dev/test_data/uuid.so':'sqlite3_uuid_init'}"

View File

@@ -3,4 +3,4 @@
oint sqlite ГарантироватьТаблицу \
--table "test_new" \
--cols "{'id':'INTEGER','code':'INTEGER','name':'TEXT','age':'INTEGER','info':'TEXT'}" \
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"

View File

@@ -3,4 +3,4 @@
oint sqlite ГарантироватьТаблицу ^
--table "test_new" ^
--cols "{'id':'INTEGER','code':'INTEGER','name':'TEXT','age':'INTEGER','info':'TEXT'}" ^
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"

View File

@@ -3,4 +3,4 @@
oint sqlite ДобавитьЗаписи \
--table "test1" \
--rows "{'[Непонятная колонка]':'yo'}" \
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"

View File

@@ -3,4 +3,4 @@
oint sqlite ДобавитьЗаписи ^
--table "test1" ^
--rows "{'[Непонятная колонка]':'yo'}" ^
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"

View File

@@ -2,4 +2,4 @@ oint sqlite ДобавитьКолонкуТаблицы \
--table "test" \
--name "new_col" \
--type "TEXT" \
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"

View File

@@ -2,4 +2,4 @@ oint sqlite ДобавитьКолонкуТаблицы ^
--table "test" ^
--name "new_col" ^
--type "TEXT" ^
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"

View File

@@ -4,4 +4,4 @@ oint sqlite ОбновитьЗаписи \
--table "test" \
--values "{'name':'Vitaly A.','salary':'999999'}" \
--filter "{'field':'name','type':'=','value':'Vitaly','union':'AND','raw':false}" \
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"

View File

@@ -4,4 +4,4 @@ oint sqlite ОбновитьЗаписи ^
--table "test" ^
--values "{'name':'Vitaly A.','salary':'999999'}" ^
--filter "{'field':'name','type':'=','value':'Vitaly','union':'AND','raw':false}" ^
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"

View File

@@ -1,3 +1,3 @@
oint sqlite ОчиститьТаблицу \
--table "test" \
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"

View File

@@ -1,3 +1,3 @@
oint sqlite ОчиститьТаблицу ^
--table "test" ^
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"

View File

@@ -1,3 +1,3 @@
oint sqlite ПолучитьЗаписи \
--table "test" \
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"

View File

@@ -1,3 +1,3 @@
oint sqlite ПолучитьЗаписи ^
--table "test" ^
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"

View File

@@ -1,3 +1,3 @@
oint sqlite ПолучитьИнформациюОТаблице \
--table "test" \
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"

View File

@@ -1,3 +1,3 @@
oint sqlite ПолучитьИнформациюОТаблице ^
--table "test" ^
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"

View File

@@ -3,4 +3,4 @@
oint sqlite СоздатьТаблицу \
--table "test1" \
--cols "{'id':'INTEGER PRIMARY KEY','[Непонятная колонка]':'TEXT'}" \
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"

View File

@@ -3,4 +3,4 @@
oint sqlite СоздатьТаблицу ^
--table "test1" ^
--cols "{'id':'INTEGER PRIMARY KEY','[Непонятная колонка]':'TEXT'}" ^
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"

View File

@@ -3,4 +3,4 @@
oint sqlite УдалитьЗаписи \
--table "test" \
--filter "{'field':'name','type':'=','value':'Vitaly A.','union':'AND','raw':false}" \
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"

View File

@@ -3,4 +3,4 @@
oint sqlite УдалитьЗаписи ^
--table "test" ^
--filter "{'field':'name','type':'=','value':'Vitaly A.','union':'AND','raw':false}" ^
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"

View File

@@ -1,4 +1,4 @@
oint sqlite УдалитьКолонкуТаблицы \
--table "test" \
--name "new_col" \
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"

View File

@@ -1,4 +1,4 @@
oint sqlite УдалитьКолонкуТаблицы ^
--table "test" ^
--name "new_col" ^
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"

View File

@@ -1,3 +1,3 @@
oint sqlite УдалитьТаблицу \
--table "test" \
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"

View File

@@ -1,3 +1,3 @@
oint sqlite УдалитьТаблицу ^
--table "test" ^
--db "/tmp/j0uu1vxq.da3.sqlite"
--db "/tmp/lgqmomcv.uug.sqlite"