1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-05 22:53:35 +02:00
Files
OpenIntegrations/docs/en/cli/mssql/AddRecords/bash.txt

6 lines
1.1 KiB
Plaintext
Raw Normal View History

2025-07-15 16:25:47 +03:00
oint mssql AddRecords \
2025-09-15 16:30:36 +03:00
--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':'C:\\Users\\bayse\\AppData\\Local\\Temp\\dcro13bo.svy'},'uid_field':{'UUID':'25dbcb7f-15c2-4e1e-8a7a-54bc22c5af5e'},'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-15T14:43:09.8712Z'},'time_field':{'TIME':'2025-09-15T14:43:09.8712Z'},'dto_field':{'DATETIMEOFFSET':'2025-09-15T14:43:09.8712+05:00'},'datetime_field':{'DATETIME':'2025-09-15T14:43:09.8712Z'}}]"" \
--trn "true" \
2025-07-15 16:25:47 +03:00
--dbc "Server=127.0.0.1;Database=***;User Id=SA;Password=***;" \
2025-09-15 16:30:36 +03:00
--tls ""C:\Users\bayse\AppData\Local\Temp\0j04j24t.nvx.json""