1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-05 22:53:35 +02:00

Test data update (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-02-19 09:40:28 +03:00
parent a8f88a9a1d
commit 065243a3c5
657 changed files with 810 additions and 822 deletions

View File

@@ -1,9 +1,3 @@
# JSON data can also be passed as a path to a .json file
oint postgres GetRecords \
--table "test_data" \
--fields "['first_name','last_name','email']" \
--filter "[{'field':'gender','type':'=','value':'Male','union':'AND','raw':false},{'field':'id','type':'BETWEEN','value':'20 AND 50','raw':true}]" \
--order "{'ip_address':'DESC'}" \
--limit 5 \
--table "testtable" \
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"

View File

@@ -1,9 +1,3 @@
:: JSON data can also be passed as a path to a .json file
oint postgres GetRecords ^
--table "test_data" ^
--fields "['first_name','last_name','email']" ^
--filter "[{'field':'gender','type':'=','value':'Male','union':'AND','raw':false},{'field':'id','type':'BETWEEN','value':'20 AND 50','raw':true}]" ^
--order "{'ip_address':'DESC'}" ^
--limit 5 ^
--table "testtable" ^
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"