1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-21 21:27:27 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2025-01-06 01:09:55 +03:00
parent fcff04fdd7
commit d25f75934e
10 changed files with 6141 additions and 6141 deletions

View File

@ -25,7 +25,7 @@ import TabItem from '@theme/TabItem';
<br/> <br/>
:::tip :::tip
Available parameter types: String, Number, Date, Boolean, BinaryData. Binary data can also be passed as a `{'blob':&lt;File path&gt;}` structure. Binary data (BLOB) values are returned as `{'blob':&lt;Base64 string&gt;} Available parameter types: String, Number, Date, Boolean, BinaryData. Binary data can also be passed as a `{'blob':File path}` structure. Binary data (BLOB) values are returned as `{'blob':Base64 string}
Without specifying the `ForcifyResult` flag, result data is returned only for queries beginning with `SELECT` keyword For other queries, `result:true` or `false` with error text is returned Without specifying the `ForcifyResult` flag, result data is returned only for queries beginning with `SELECT` keyword For other queries, `result:true` or `false` with error text is returned
::: :::

View File

@ -25,7 +25,7 @@ import TabItem from '@theme/TabItem';
<br/> <br/>
:::tip :::tip
Binary data can also be transferred as a structure `{'blob':&lt;File path&gt;}` Binary data can also be transferred as a structure `{'blob':File path}`
::: :::
<br/> <br/>

View File

@ -27,7 +27,7 @@ import TabItem from '@theme/TabItem';
<br/> <br/>
:::tip :::tip
Values of the Binary data type (BLOB) are returned as `{'blob':&lt;Base64 string&gt;}` Values of the Binary data type (BLOB) are returned as `{'blob':Base64 string}`
::: :::
<br/> <br/>

View File

@ -25,7 +25,7 @@ import TabItem from '@theme/TabItem';
<br/> <br/>
:::tip :::tip
Доступные типы параметров: Cтрока, Число, Дата, Булево, ДвоичныеДанные. Двоичные данные могут также быть переданы как структура `{'blob':&lt;Путь к файлу&gt;}`. Возвращаются значения двоичных данных (BLOB) в виде `{'blob':&lt;Base64 строка&gt;}` Доступные типы параметров: Cтрока, Число, Дата, Булево, ДвоичныеДанные. Двоичные данные могут также быть переданы как структура `{'blob':Путь к файлу}`. Возвращаются значения двоичных данных (BLOB) в виде `{'blob':Base64 строка}`
Без указания флага `ФорсироватьРезультат`, чтение результата осуществляется только для запросов, начинающихся с `SELECT` Для остальных запросов возвращается `result:true` или `false` с текстом ошибки Без указания флага `ФорсироватьРезультат`, чтение результата осуществляется только для запросов, начинающихся с `SELECT` Для остальных запросов возвращается `result:true` или `false` с текстом ошибки
::: :::

View File

@ -25,7 +25,7 @@ import TabItem from '@theme/TabItem';
<br/> <br/>
:::tip :::tip
Двоичные данные могут также быть переданы как структура `{'blob':&lt;Путь к файлу&gt;}` Двоичные данные могут также быть переданы как структура `{'blob':Путь к файлу}`
::: :::
<br/> <br/>

View File

@ -27,7 +27,7 @@ import TabItem from '@theme/TabItem';
<br/> <br/>
:::tip :::tip
Значения типа Двоичные данные (BLOB) возвращаются в виде `{'blob':&lt;Base64 строка&gt;}` Значения типа Двоичные данные (BLOB) возвращаются в виде `{'blob':Base64 строка}`
::: :::
<br/> <br/>

File diff suppressed because it is too large Load Diff

View File

@ -118,8 +118,8 @@ EndFunction
// //
// Note // Note
// Available parameter types: String, Number, Date, Boolean, BinaryData.^^ // Available parameter types: String, Number, Date, Boolean, BinaryData.^^
// Binary data can also be passed as a `{'blob':<File path>}` structure. Binary data (BLOB) values are returned^^ // Binary data can also be passed as a `{'blob':File path}` structure. Binary data (BLOB) values are returned^^
// as `{'blob':<Base64 string>} // as `{'blob':Base64 string}
// Without specifying the `ForcifyResult` flag, result data is returned only for queries beginning with `SELECT` keyword^^ // Without specifying the `ForcifyResult` flag, result data is returned only for queries beginning with `SELECT` keyword^^
// For other queries, `result:true` or `false` with error text is returned // For other queries, `result:true` or `false` with error text is returned
// //
@ -200,7 +200,7 @@ EndFunction
// Adds new rows to the table // Adds new rows to the table
// //
// Note // Note
// Binary data can also be transferred as a structure `{'blob':<File path>}` // Binary data can also be transferred as a structure `{'blob':File path}`
// //
// Parameters: // Parameters:
// Table - String - Table name - table // Table - String - Table name - table
@ -221,7 +221,7 @@ EndFunction
// Gets records from the selected table // Gets records from the selected table
// //
// Note // Note
// Values of the Binary data type (BLOB) are returned as `{'blob':<Base64 string>}` // Values of the Binary data type (BLOB) are returned as `{'blob':Base64 string}`
// //
// Parameters: // Parameters:
// Table - String - Table name - table // Table - String - Table name - table

View File

@ -118,8 +118,8 @@ EndFunction
// //
// Note // Note
// Available parameter types: String, Number, Date, Boolean, BinaryData.^^ // Available parameter types: String, Number, Date, Boolean, BinaryData.^^
// Binary data can also be passed as a `{'blob':<File path>}` structure. Binary data (BLOB) values are returned^^ // Binary data can also be passed as a `{'blob':File path}` structure. Binary data (BLOB) values are returned^^
// as `{'blob':<Base64 string>} // as `{'blob':Base64 string}
// Without specifying the `ForcifyResult` flag, result data is returned only for queries beginning with `SELECT` keyword^^ // Without specifying the `ForcifyResult` flag, result data is returned only for queries beginning with `SELECT` keyword^^
// For other queries, `result:true` or `false` with error text is returned // For other queries, `result:true` or `false` with error text is returned
// //
@ -200,7 +200,7 @@ EndFunction
// Adds new rows to the table // Adds new rows to the table
// //
// Note // Note
// Binary data can also be transferred as a structure `{'blob':<File path>}` // Binary data can also be transferred as a structure `{'blob':File path}`
// //
// Parameters: // Parameters:
// Table - String - Table name - table // Table - String - Table name - table
@ -221,7 +221,7 @@ EndFunction
// Gets records from the selected table // Gets records from the selected table
// //
// Note // Note
// Values of the Binary data type (BLOB) are returned as `{'blob':<Base64 string>}` // Values of the Binary data type (BLOB) are returned as `{'blob':Base64 string}`
// //
// Parameters: // Parameters:
// Table - String - Table name - table // Table - String - Table name - table

View File

@ -118,8 +118,8 @@
// //
// Примечание: // Примечание:
// Доступные типы параметров: Cтрока, Число, Дата, Булево, ДвоичныеДанные.^^ // Доступные типы параметров: Cтрока, Число, Дата, Булево, ДвоичныеДанные.^^
// Двоичные данные могут также быть переданы как структура `{'blob':<Путь к файлу>}`. Возвращаются значения двоичных данных (BLOB)^^ // Двоичные данные могут также быть переданы как структура `{'blob':Путь к файлу}`. Возвращаются значения двоичных данных (BLOB)^^
// в виде `{'blob':<Base64 строка>}` // в виде `{'blob':Base64 строка}`
// Без указания флага `ФорсироватьРезультат`, чтение результата осуществляется только для запросов, начинающихся с `SELECT`^^ // Без указания флага `ФорсироватьРезультат`, чтение результата осуществляется только для запросов, начинающихся с `SELECT`^^
// Для остальных запросов возвращается `result:true` или `false` с текстом ошибки // Для остальных запросов возвращается `result:true` или `false` с текстом ошибки
// //
@ -200,7 +200,7 @@
// Добавляет записи в таблицу // Добавляет записи в таблицу
// //
// Примечание: // Примечание:
// Двоичные данные могут также быть переданы как структура `{'blob':<Путь к файлу>}` // Двоичные данные могут также быть переданы как структура `{'blob':Путь к файлу}`
// //
// Параметры: // Параметры:
// Таблица - Строка - Имя таблицы - table // Таблица - Строка - Имя таблицы - table
@ -221,7 +221,7 @@
// Получает записи из выбранной таблицы // Получает записи из выбранной таблицы
// //
// Примечание: // Примечание:
// Значения типа Двоичные данные (BLOB) возвращаются в виде `{'blob':<Base64 строка>}` // Значения типа Двоичные данные (BLOB) возвращаются в виде `{'blob':Base64 строка}`
// //
// Параметры: // Параметры:
// Таблица - Строка - Имя таблицы - table // Таблица - Строка - Имя таблицы - table