1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00
Files
OpenIntegrations/docs/en/cli/mssql/AddRecords/bash.txt
Vitaly the Alpaca (bot) 6066eb1408 Test data update (Jenkins)
2025-09-16 00:28:52 +00:00

6 lines
1.0 KiB
Plaintext
Vendored

oint mssql AddRecords \
--table ""testtable"" \
--rows ""[{'tinyint_field':{'TINYINT':5},'smallint_field':{'SMALLINT':2000},'int_field':{'INT':200000},'bigint_field':{'BIGINT':20000000000},'float24_field':{'FLOAT24':10.1234567},'float53_field':{'FLOAT53':10.123456789123456},'bit_field':{'BIT':true},'nvarchar_field':{'NVARCHAR':'Some text'},'varbinary_field':{'BYTES':'/tmp/xt2vcq2f.p3y'},'uid_field':{'UUID':'dc9e060c-f71a-4fd6-a5fd-338cbee1faec'},'numeric_field':{'NUMERIC':5.333},'xml_field':{'XML':'<?xml version=\"'"1.0\"'"?> <root> <element> <name>Example</name> <value>123</value> </element> <element> <name>Test</name> <value>456</value> </element> </root>'},'date_field':{'DATE':'2025-09-15T22:18:58.2829632Z'},'time_field':{'TIME':'2025-09-15T22:18:58.2829632Z'},'dto_field':{'DATETIMEOFFSET':'2025-09-15T22:18:58.2829632+05:00'},'datetime_field':{'DATETIME':'2025-09-15T22:18:58.2829632Z'}}]"" \
--trn "true" \
--dbc "Server=127.0.0.1;Database=***;User Id=SA;Password=***;" \
--tls ""/tmp/qdgdy3sj.50a.json""