You've already forked OpenIntegrations
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:
4
docs/en/cli/mysql/AddRecords/bash.txt
vendored
4
docs/en/cli/mysql/AddRecords/bash.txt
vendored
@@ -1,6 +1,6 @@
|
||||
oint mysql AddRecords \
|
||||
--table ""testtable"" \
|
||||
--rows ""[{'char_field':{'TEXT':'AAAAA'},'varchar_field':{'TEXT':'Some varchar'},'tinytext_field':{'TEXT':'Some tiny text'},'text_field':{'TEXT':'Some text'},'mediumtext_field':{'TEXT':'Some medium text'},'longtext_field':{'TEXT':'Some looooooong text'},'tinyint_field':{'INT':127},'smallint_field':{'INT':-32767},'mediumint_field':{'INT':8388607},'int_field':{'INT':-2147483647},'uint_field':{'UINT':4294967295},'bigint_field':{'INT':9223372036854775807},'float_field':{'FLOAT':100.50},'double_field':{'FLOAT':100.512123},'date_field':{'DATE':'2025-09-15T14:40:53.1474791Z'},'time_field':{'TIME':'2025-09-15T14:40:53.1474791Z'},'datetime_field':{'DATE':'2025-09-15T14:40:53.1474791Z'},'timestamp_field':{'DATE':'2025-09-15T14:40:53.1474791Z'},'mediumblob_field':{'BYTES':'C:\\Users\\bayse\\AppData\\Local\\Temp\\05ieic45.5fz'},'set_field':{'TEXT':'one'}}]"" \
|
||||
--rows ""[{'char_field':{'TEXT':'AAAAA'},'varchar_field':{'TEXT':'Some varchar'},'tinytext_field':{'TEXT':'Some tiny text'},'text_field':{'TEXT':'Some text'},'mediumtext_field':{'TEXT':'Some medium text'},'longtext_field':{'TEXT':'Some looooooong text'},'tinyint_field':{'INT':127},'smallint_field':{'INT':-32767},'mediumint_field':{'INT':8388607},'int_field':{'INT':-2147483647},'uint_field':{'UINT':4294967295},'bigint_field':{'INT':9223372036854775807},'float_field':{'FLOAT':100.50},'double_field':{'FLOAT':100.512123},'date_field':{'DATE':'2025-09-15T22:15:43.808571Z'},'time_field':{'TIME':'2025-09-15T22:15:43.808571Z'},'datetime_field':{'DATE':'2025-09-15T22:15:43.808571Z'},'timestamp_field':{'DATE':'2025-09-15T22:15:43.808571Z'},'mediumblob_field':{'BYTES':'/tmp/dshxvy1m.pid'},'set_field':{'TEXT':'one'}}]"" \
|
||||
--trn "true" \
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\jgrvfbyp.2qg.json""
|
||||
--tls ""/tmp/gkv2r22f.pni.json""
|
||||
4
docs/en/cli/mysql/AddRecords/bat.txt
vendored
4
docs/en/cli/mysql/AddRecords/bat.txt
vendored
@@ -1,6 +1,6 @@
|
||||
oint mysql AddRecords ^
|
||||
--table ""testtable"" ^
|
||||
--rows ""[{'char_field':{'TEXT':'AAAAA'},'varchar_field':{'TEXT':'Some varchar'},'tinytext_field':{'TEXT':'Some tiny text'},'text_field':{'TEXT':'Some text'},'mediumtext_field':{'TEXT':'Some medium text'},'longtext_field':{'TEXT':'Some looooooong text'},'tinyint_field':{'INT':127},'smallint_field':{'INT':-32767},'mediumint_field':{'INT':8388607},'int_field':{'INT':-2147483647},'uint_field':{'UINT':4294967295},'bigint_field':{'INT':9223372036854775807},'float_field':{'FLOAT':100.50},'double_field':{'FLOAT':100.512123},'date_field':{'DATE':'2025-09-15T14:40:53.1474791Z'},'time_field':{'TIME':'2025-09-15T14:40:53.1474791Z'},'datetime_field':{'DATE':'2025-09-15T14:40:53.1474791Z'},'timestamp_field':{'DATE':'2025-09-15T14:40:53.1474791Z'},'mediumblob_field':{'BYTES':'C:\\Users\\bayse\\AppData\\Local\\Temp\\05ieic45.5fz'},'set_field':{'TEXT':'one'}}]"" ^
|
||||
--rows ""[{'char_field':{'TEXT':'AAAAA'},'varchar_field':{'TEXT':'Some varchar'},'tinytext_field':{'TEXT':'Some tiny text'},'text_field':{'TEXT':'Some text'},'mediumtext_field':{'TEXT':'Some medium text'},'longtext_field':{'TEXT':'Some looooooong text'},'tinyint_field':{'INT':127},'smallint_field':{'INT':-32767},'mediumint_field':{'INT':8388607},'int_field':{'INT':-2147483647},'uint_field':{'UINT':4294967295},'bigint_field':{'INT':9223372036854775807},'float_field':{'FLOAT':100.50},'double_field':{'FLOAT':100.512123},'date_field':{'DATE':'2025-09-15T22:15:43.808571Z'},'time_field':{'TIME':'2025-09-15T22:15:43.808571Z'},'datetime_field':{'DATE':'2025-09-15T22:15:43.808571Z'},'timestamp_field':{'DATE':'2025-09-15T22:15:43.808571Z'},'mediumblob_field':{'BYTES':'/tmp/dshxvy1m.pid'},'set_field':{'TEXT':'one'}}]"" ^
|
||||
--trn "true" ^
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\jgrvfbyp.2qg.json""
|
||||
--tls ""/tmp/gkv2r22f.pni.json""
|
||||
2
docs/en/cli/mysql/AddTableColumn/bash.txt
vendored
2
docs/en/cli/mysql/AddTableColumn/bash.txt
vendored
@@ -3,4 +3,4 @@ oint mysql AddTableColumn \
|
||||
--name ""new_field"" \
|
||||
--type ""MEDIUMTEXT"" \
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\h3vnekrr.afv.json""
|
||||
--tls ""/tmp/kwzid43z.fw1.json""
|
||||
2
docs/en/cli/mysql/AddTableColumn/bat.txt
vendored
2
docs/en/cli/mysql/AddTableColumn/bat.txt
vendored
@@ -3,4 +3,4 @@ oint mysql AddTableColumn ^
|
||||
--name ""new_field"" ^
|
||||
--type ""MEDIUMTEXT"" ^
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\h3vnekrr.afv.json""
|
||||
--tls ""/tmp/kwzid43z.fw1.json""
|
||||
2
docs/en/cli/mysql/ClearTable/bash.txt
vendored
2
docs/en/cli/mysql/ClearTable/bash.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint mysql ClearTable \
|
||||
--table ""testtable"" \
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\eays30sc.efw.json""
|
||||
--tls ""/tmp/j2wwb531.y2k.json""
|
||||
2
docs/en/cli/mysql/ClearTable/bat.txt
vendored
2
docs/en/cli/mysql/ClearTable/bat.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint mysql ClearTable ^
|
||||
--table ""testtable"" ^
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\eays30sc.efw.json""
|
||||
--tls ""/tmp/j2wwb531.y2k.json""
|
||||
2
docs/en/cli/mysql/CreateDatabase/bash.txt
vendored
2
docs/en/cli/mysql/CreateDatabase/bash.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint mysql CreateDatabase \
|
||||
--base ""testbase2"" \
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\tpyjvpdf.4zr.json""
|
||||
--tls ""/tmp/jo41excx.uzt.json""
|
||||
2
docs/en/cli/mysql/CreateDatabase/bat.txt
vendored
2
docs/en/cli/mysql/CreateDatabase/bat.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint mysql CreateDatabase ^
|
||||
--base ""testbase2"" ^
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\tpyjvpdf.4zr.json""
|
||||
--tls ""/tmp/jo41excx.uzt.json""
|
||||
4
docs/en/cli/mysql/CreateTable/bash.txt
vendored
4
docs/en/cli/mysql/CreateTable/bash.txt
vendored
@@ -1,5 +1,5 @@
|
||||
oint mysql CreateTable \
|
||||
--table ""somename"" \
|
||||
--cols ""C:\Users\bayse\AppData\Local\Temp\vyssw25w.bkb.json"" \
|
||||
--cols ""/tmp/kxyfyxlx.trg.json"" \
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\fofyc5tg.ysg.json""
|
||||
--tls ""/tmp/jl21jwni.ibf.json""
|
||||
4
docs/en/cli/mysql/CreateTable/bat.txt
vendored
4
docs/en/cli/mysql/CreateTable/bat.txt
vendored
@@ -1,5 +1,5 @@
|
||||
oint mysql CreateTable ^
|
||||
--table ""somename"" ^
|
||||
--cols ""C:\Users\bayse\AppData\Local\Temp\vyssw25w.bkb.json"" ^
|
||||
--cols ""/tmp/kxyfyxlx.trg.json"" ^
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\fofyc5tg.ysg.json""
|
||||
--tls ""/tmp/jl21jwni.ibf.json""
|
||||
2
docs/en/cli/mysql/DeleteDatabase/bash.txt
vendored
2
docs/en/cli/mysql/DeleteDatabase/bash.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint mysql DeleteDatabase \
|
||||
--base ""testbase2"" \
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\guuyaucg.qbf.json""
|
||||
--tls ""/tmp/gecwrbmf.ak4.json""
|
||||
2
docs/en/cli/mysql/DeleteDatabase/bat.txt
vendored
2
docs/en/cli/mysql/DeleteDatabase/bat.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint mysql DeleteDatabase ^
|
||||
--base ""testbase2"" ^
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\guuyaucg.qbf.json""
|
||||
--tls ""/tmp/gecwrbmf.ak4.json""
|
||||
2
docs/en/cli/mysql/DeleteRecords/bash.txt
vendored
2
docs/en/cli/mysql/DeleteRecords/bash.txt
vendored
@@ -2,4 +2,4 @@ oint mysql DeleteRecords \
|
||||
--table ""test_data"" \
|
||||
--filter ""[{'field':'gender','type':'=','value':{'VARCHAR':'Male'},'raw':false,'union':'AND'}]"" \
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\adw4y2xe.b24.json""
|
||||
--tls ""/tmp/wnm3yvxk.h3f.json""
|
||||
2
docs/en/cli/mysql/DeleteRecords/bat.txt
vendored
2
docs/en/cli/mysql/DeleteRecords/bat.txt
vendored
@@ -2,4 +2,4 @@ oint mysql DeleteRecords ^
|
||||
--table ""test_data"" ^
|
||||
--filter ""[{'field':'gender','type':'=','value':{'VARCHAR':'Male'},'raw':false,'union':'AND'}]"" ^
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\adw4y2xe.b24.json""
|
||||
--tls ""/tmp/wnm3yvxk.h3f.json""
|
||||
2
docs/en/cli/mysql/DeleteTable/bash.txt
vendored
2
docs/en/cli/mysql/DeleteTable/bash.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint mysql DeleteTable \
|
||||
--table ""test_data"" \
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\2sjv2c0x.auc.json""
|
||||
--tls ""/tmp/wpj5sku3.zqu.json""
|
||||
2
docs/en/cli/mysql/DeleteTable/bat.txt
vendored
2
docs/en/cli/mysql/DeleteTable/bat.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint mysql DeleteTable ^
|
||||
--table ""test_data"" ^
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\2sjv2c0x.auc.json""
|
||||
--tls ""/tmp/wpj5sku3.zqu.json""
|
||||
2
docs/en/cli/mysql/DeleteTableColumn/bash.txt
vendored
2
docs/en/cli/mysql/DeleteTableColumn/bash.txt
vendored
@@ -2,4 +2,4 @@ oint mysql DeleteTableColumn \
|
||||
--table ""testtable"" \
|
||||
--name ""new_field"" \
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\dg14vasf.mdf.json""
|
||||
--tls ""/tmp/cj4rmezc.efc.json""
|
||||
2
docs/en/cli/mysql/DeleteTableColumn/bat.txt
vendored
2
docs/en/cli/mysql/DeleteTableColumn/bat.txt
vendored
@@ -2,4 +2,4 @@ oint mysql DeleteTableColumn ^
|
||||
--table ""testtable"" ^
|
||||
--name ""new_field"" ^
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\dg14vasf.mdf.json""
|
||||
--tls ""/tmp/cj4rmezc.efc.json""
|
||||
4
docs/en/cli/mysql/EnsureTable/bash.txt
vendored
4
docs/en/cli/mysql/EnsureTable/bash.txt
vendored
@@ -1,5 +1,5 @@
|
||||
oint mysql EnsureTable \
|
||||
--table ""test_new"" \
|
||||
--cols ""C:\Users\bayse\AppData\Local\Temp\3nkqidti.td0.json"" \
|
||||
--cols ""/tmp/ibigveh5.fws.json"" \
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\fhlboizf.3p0.json""
|
||||
--tls ""/tmp/zgvnh5sv.2gg.json""
|
||||
4
docs/en/cli/mysql/EnsureTable/bat.txt
vendored
4
docs/en/cli/mysql/EnsureTable/bat.txt
vendored
@@ -1,5 +1,5 @@
|
||||
oint mysql EnsureTable ^
|
||||
--table ""test_new"" ^
|
||||
--cols ""C:\Users\bayse\AppData\Local\Temp\3nkqidti.td0.json"" ^
|
||||
--cols ""/tmp/ibigveh5.fws.json"" ^
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\fhlboizf.3p0.json""
|
||||
--tls ""/tmp/zgvnh5sv.2gg.json""
|
||||
2
docs/en/cli/mysql/ExecuteSQLQuery/bash.txt
vendored
2
docs/en/cli/mysql/ExecuteSQLQuery/bash.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint mysql ExecuteSQLQuery \
|
||||
--sql ""https://hut.openintegrations.dev/test_data/TEST_DATA2.sql"" \
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\kyczmcvg.vvu.json""
|
||||
--tls ""/tmp/ch5b5urg.e2c.json""
|
||||
2
docs/en/cli/mysql/ExecuteSQLQuery/bat.txt
vendored
2
docs/en/cli/mysql/ExecuteSQLQuery/bat.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint mysql ExecuteSQLQuery ^
|
||||
--sql ""https://hut.openintegrations.dev/test_data/TEST_DATA2.sql"" ^
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\kyczmcvg.vvu.json""
|
||||
--tls ""/tmp/ch5b5urg.e2c.json""
|
||||
2
docs/en/cli/mysql/GetRecords/bash.txt
vendored
2
docs/en/cli/mysql/GetRecords/bash.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint mysql GetRecords \
|
||||
--table ""testtable"" \
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\uchllhsh.bld.json""
|
||||
--tls ""/tmp/0hwqg1pm.21s.json""
|
||||
2
docs/en/cli/mysql/GetRecords/bat.txt
vendored
2
docs/en/cli/mysql/GetRecords/bat.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint mysql GetRecords ^
|
||||
--table ""testtable"" ^
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\uchllhsh.bld.json""
|
||||
--tls ""/tmp/0hwqg1pm.21s.json""
|
||||
@@ -1,4 +1,4 @@
|
||||
oint mysql GetTableInformation \
|
||||
--table ""test_new"" \
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\o3g1lvtn.anm.json""
|
||||
--tls ""/tmp/4npzw32h.ms0.json""
|
||||
@@ -1,4 +1,4 @@
|
||||
oint mysql GetTableInformation ^
|
||||
--table ""test_new"" ^
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\o3g1lvtn.anm.json""
|
||||
--tls ""/tmp/4npzw32h.ms0.json""
|
||||
6
docs/en/cli/mysql/UpdateRecords/bash.txt
vendored
6
docs/en/cli/mysql/UpdateRecords/bash.txt
vendored
@@ -1,6 +1,6 @@
|
||||
oint mysql UpdateRecords \
|
||||
--table ""test_data"" \
|
||||
--values ""C:\Users\bayse\AppData\Local\Temp\0ifdnccn.acz.json"" \
|
||||
--filter ""C:\Users\bayse\AppData\Local\Temp\ql5hzxbq.fp4.json"" \
|
||||
--values ""/tmp/nyzrddm4.ynv.json"" \
|
||||
--filter ""/tmp/ozrtwfjk.40y.json"" \
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\pyirktip.xn2.json""
|
||||
--tls ""/tmp/qeqw4r1h.hps.json""
|
||||
6
docs/en/cli/mysql/UpdateRecords/bat.txt
vendored
6
docs/en/cli/mysql/UpdateRecords/bat.txt
vendored
@@ -1,6 +1,6 @@
|
||||
oint mysql UpdateRecords ^
|
||||
--table ""test_data"" ^
|
||||
--values ""C:\Users\bayse\AppData\Local\Temp\0ifdnccn.acz.json"" ^
|
||||
--filter ""C:\Users\bayse\AppData\Local\Temp\ql5hzxbq.fp4.json"" ^
|
||||
--values ""/tmp/nyzrddm4.ynv.json"" ^
|
||||
--filter ""/tmp/ozrtwfjk.40y.json"" ^
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\pyirktip.xn2.json""
|
||||
--tls ""/tmp/qeqw4r1h.hps.json""
|
||||
Reference in New Issue
Block a user