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-10-30 21:07:24 +03:00
parent 7882ae5cd3
commit af0aeb93d2
1176 changed files with 7605 additions and 8044 deletions

View File

@@ -3,4 +3,4 @@
oint sqlite AddRecords \
--table "test1" \
--rows "{'[An obscure column]':'yo'}" \
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"

View File

@@ -3,4 +3,4 @@
oint sqlite AddRecords ^
--table "test1" ^
--rows "{'[An obscure column]':'yo'}" ^
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"

View File

@@ -2,4 +2,4 @@ oint sqlite AddTableColumn \
--table "test" \
--name "new_col" \
--type "TEXT" \
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"

View File

@@ -2,4 +2,4 @@ oint sqlite AddTableColumn ^
--table "test" ^
--name "new_col" ^
--type "TEXT" ^
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"

View File

@@ -1,3 +1,3 @@
oint sqlite ClearTable \
--table "test" \
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"

View File

@@ -1,3 +1,3 @@
oint sqlite ClearTable ^
--table "test" ^
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"

View File

@@ -3,4 +3,4 @@
oint sqlite CreateTable \
--table "test1" \
--cols "{'id':'INTEGER PRIMARY KEY','[An obscure column]':'TEXT'}" \
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"

View File

@@ -3,4 +3,4 @@
oint sqlite CreateTable ^
--table "test1" ^
--cols "{'id':'INTEGER PRIMARY KEY','[An obscure column]':'TEXT'}" ^
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"

View File

@@ -3,4 +3,4 @@
oint sqlite DeleteRecords \
--table "test" \
--filter "{'field':'name','type':'=','value':'Vitaly A.','union':'AND','raw':false}" \
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"

View File

@@ -3,4 +3,4 @@
oint sqlite DeleteRecords ^
--table "test" ^
--filter "{'field':'name','type':'=','value':'Vitaly A.','union':'AND','raw':false}" ^
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"

View File

@@ -1,3 +1,3 @@
oint sqlite DeleteTable \
--table "test" \
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"

View File

@@ -1,3 +1,3 @@
oint sqlite DeleteTable ^
--table "test" ^
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"

View File

@@ -1,4 +1,4 @@
oint sqlite DeleteTableColumn \
--table "test" \
--name "new_col" \
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"

View File

@@ -1,4 +1,4 @@
oint sqlite DeleteTableColumn ^
--table "test" ^
--name "new_col" ^
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"

View File

@@ -3,4 +3,4 @@
oint sqlite EnsureTable \
--table "test_new" \
--cols "{'id':'INTEGER','code':'INTEGER','name':'TEXT','age':'INTEGER','info':'TEXT'}" \
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"

View File

@@ -3,4 +3,4 @@
oint sqlite EnsureTable ^
--table "test_new" ^
--cols "{'id':'INTEGER','code':'INTEGER','name':'TEXT','age':'INTEGER','info':'TEXT'}" ^
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"

View File

@@ -2,5 +2,5 @@
oint sqlite ExecuteSQLQuery \
--sql "SELECT uuid4();" \
--db "/tmp/ivwxbou2.xrh.sqlite" \
--exts "{'https://hut.openintegrations.dev/test_data/uuid.so':'sqlite3_uuid_init'}"
--db "C:\Users\bayse\AppData\Local\Temp\hry2uejv.okc.sqlite" \
--exts "{'https://hut.openintegrations.dev/test_data/uuid.dll':'sqlite3_uuid_init'}"

View File

@@ -2,5 +2,5 @@
oint sqlite ExecuteSQLQuery ^
--sql "SELECT uuid4();" ^
--db "/tmp/ivwxbou2.xrh.sqlite" ^
--exts "{'https://hut.openintegrations.dev/test_data/uuid.so':'sqlite3_uuid_init'}"
--db "C:\Users\bayse\AppData\Local\Temp\hry2uejv.okc.sqlite" ^
--exts "{'https://hut.openintegrations.dev/test_data/uuid.dll':'sqlite3_uuid_init'}"

View File

@@ -1,3 +1,3 @@
oint sqlite GetRecords \
--table "test" \
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"

View File

@@ -1,3 +1,3 @@
oint sqlite GetRecords ^
--table "test" ^
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"

View File

@@ -1,3 +1,3 @@
oint sqlite GetTableInformation \
--table "test" \
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"

View File

@@ -1,3 +1,3 @@
oint sqlite GetTableInformation ^
--table "test" ^
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"

View File

@@ -4,4 +4,4 @@ oint sqlite UpdateRecords \
--table "test" \
--values "{'name':'Vitaly A.','salary':'999999'}" \
--filter "{'field':'name','type':'=','value':'Vitaly','union':'AND','raw':false}" \
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"

View File

@@ -4,4 +4,4 @@ oint sqlite UpdateRecords ^
--table "test" ^
--values "{'name':'Vitaly A.','salary':'999999'}" ^
--filter "{'field':'name','type':'=','value':'Vitaly','union':'AND','raw':false}" ^
--db "/tmp/pqtq2tjj.o5g.sqlite"
--db "C:\Users\bayse\AppData\Local\Temp\3haxtz5d.4nv.sqlite"