1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-09-15 13:14:53 +03:00
parent 181203129f
commit 50e6ac2e6d
2047 changed files with 28610 additions and 29279 deletions

View File

@@ -137,10 +137,10 @@ Without specifying the `ForcifyResult` flag, result data is returned only for qu
"data": {
"BYTES": "Base64"
},
"date": "2025-09-14T00:00:00+00:00",
"date": "2025-09-15T03:00:00+03:00",
"name": "Vitaly",
"salary": 1000.12,
"time": "1970-01-01T11:09:06+00:00",
"time": "1970-01-01T11:28:44+02:00",
"type": 1
}
],

View File

@@ -59,6 +59,6 @@ Passing Tls settings together with passing an already created connection to the
```json title="Result"
{
"use_tls": true,
"accept_invalid_certs": false
"accept_invalid_certs": true
}
```

View File

@@ -122,8 +122,8 @@ import TabItem from '@theme/TabItem';
{
"bigint_field": 9223372036854775807,
"char_field": "AAAAA",
"date_field": "2025-09-14T00:00:00+00:00",
"datetime_field": "2025-09-14T11:10:28+00:00",
"date_field": "2025-09-15T03:00:00+03:00",
"datetime_field": "2025-09-15T12:29:19+03:00",
"double_field": 100.51212310791,
"float_field": 100.5,
"int_field": -2147483647,
@@ -136,8 +136,8 @@ import TabItem from '@theme/TabItem';
"set_field": "one",
"smallint_field": -32767,
"text_field": "Some text",
"time_field": "1970-01-01T11:10:28+00:00",
"timestamp_field": "2025-09-14T11:10:28+00:00",
"time_field": "1970-01-01T11:29:19+02:00",
"timestamp_field": "2025-09-15T12:29:19+03:00",
"tinyint_field": 127,
"tinytext_field": "Some tiny text",
"uint_field": 4294967295,