You've already forked OpenIntegrations
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:
9
docs/en/cli/postgres/GetRecords/bash.txt
vendored
Normal file
9
docs/en/cli/postgres/GetRecords/bash.txt
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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 \
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"
|
||||
9
docs/en/cli/postgres/GetRecords/bat.txt
vendored
Normal file
9
docs/en/cli/postgres/GetRecords/bat.txt
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
:: 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 ^
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"
|
||||
Reference in New Issue
Block a user