You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-03 22:39:12 +02:00
Test data update (Jenkins)
This commit is contained in:
6
docs/en/cli/mssql/ExecuteSQLQuery/bash.txt
vendored
6
docs/en/cli/mssql/ExecuteSQLQuery/bash.txt
vendored
@@ -1,6 +1,4 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint mssql ExecuteSQLQuery \
|
||||
--sql "SELECT FirstName, LastName, BirthDate, IsEmployed, Salary, CreatedAt, Age, RowGuid, Data FROM test_table;" \
|
||||
--sql ""https://hut.openintegrations.dev/test_data/TEST_DATA2.sql"" \
|
||||
--dbc "Server=127.0.0.1;Database=***;User Id=SA;Password=***;" \
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\ebc231ym.1yr.json""
|
||||
6
docs/en/cli/mssql/ExecuteSQLQuery/bat.txt
vendored
6
docs/en/cli/mssql/ExecuteSQLQuery/bat.txt
vendored
@@ -1,6 +1,4 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint mssql ExecuteSQLQuery ^
|
||||
--sql "SELECT FirstName, LastName, BirthDate, IsEmployed, Salary, CreatedAt, Age, RowGuid, Data FROM test_table;" ^
|
||||
--sql ""https://hut.openintegrations.dev/test_data/TEST_DATA2.sql"" ^
|
||||
--dbc "Server=127.0.0.1;Database=***;User Id=SA;Password=***;" ^
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
--tls ""C:\Users\bayse\AppData\Local\Temp\ebc231ym.1yr.json""
|
||||
Reference in New Issue
Block a user