1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00
Files
OpenIntegrations/docs/en/results/MSSQL/GetRecords.log
Vitaly the Alpaca (bot) f69b9b9512 Test data update (Jenkins)
2025-07-14 11:47:42 +03:00

26 lines
726 B
Plaintext
Vendored

{
"data": [
{
"bigint_field": 20000000000,
"bit_field": 1,
"date_field": "2025-07-14",
"datetime_field": "2025-07-14T11:12:57",
"dto_field": "2025-07-14T01:12:57.073372100+00:00",
"float24_field": 10.1234569549561,
"float53_field": 10.1234567891235,
"int_field": 200000,
"numeric_field": 5.333,
"nvarchar_field": "Some text",
"smallint_field": 2000,
"time_field": "11:12:57",
"tinyint_field": 5,
"uid_field": "68c5ab79-8481-4983-ab04-45558c8f1baa",
"varbinary_field": {
"BYTES": "/9j/4VTBRX..."
},
"xml_field": "<root><element><name>Example</name><value>123</value></element><element><name>Test</name><value>456</value></element></root>"
}
],
"result": true
}