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:
parent
fcff04fdd7
commit
d25f75934e
@ -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':<File path>}` structure. Binary data (BLOB) values are returned as `{'blob':<Base64 string>}
|
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
|
||||||
:::
|
:::
|
||||||
|
2
docs/en/md/SQLite/Orm/Add-records.mdx
vendored
2
docs/en/md/SQLite/Orm/Add-records.mdx
vendored
@ -25,7 +25,7 @@ import TabItem from '@theme/TabItem';
|
|||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
Binary data can also be transferred as a structure `{'blob':<File path>}`
|
Binary data can also be transferred as a structure `{'blob':File path}`
|
||||||
:::
|
:::
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
2
docs/en/md/SQLite/Orm/Get-records.mdx
vendored
2
docs/en/md/SQLite/Orm/Get-records.mdx
vendored
@ -27,7 +27,7 @@ import TabItem from '@theme/TabItem';
|
|||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
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}`
|
||||||
:::
|
:::
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ import TabItem from '@theme/TabItem';
|
|||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
Доступные типы параметров: Cтрока, Число, Дата, Булево, ДвоичныеДанные. Двоичные данные могут также быть переданы как структура `{'blob':<Путь к файлу>}`. Возвращаются значения двоичных данных (BLOB) в виде `{'blob':<Base64 строка>}`
|
Доступные типы параметров: Cтрока, Число, Дата, Булево, ДвоичныеДанные. Двоичные данные могут также быть переданы как структура `{'blob':Путь к файлу}`. Возвращаются значения двоичных данных (BLOB) в виде `{'blob':Base64 строка}`
|
||||||
|
|
||||||
Без указания флага `ФорсироватьРезультат`, чтение результата осуществляется только для запросов, начинающихся с `SELECT` Для остальных запросов возвращается `result:true` или `false` с текстом ошибки
|
Без указания флага `ФорсироватьРезультат`, чтение результата осуществляется только для запросов, начинающихся с `SELECT` Для остальных запросов возвращается `result:true` или `false` с текстом ошибки
|
||||||
:::
|
:::
|
||||||
|
2
docs/ru/md/SQLite/Orm/Add-records.mdx
vendored
2
docs/ru/md/SQLite/Orm/Add-records.mdx
vendored
@ -25,7 +25,7 @@ import TabItem from '@theme/TabItem';
|
|||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
Двоичные данные могут также быть переданы как структура `{'blob':<Путь к файлу>}`
|
Двоичные данные могут также быть переданы как структура `{'blob':Путь к файлу}`
|
||||||
:::
|
:::
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
2
docs/ru/md/SQLite/Orm/Get-records.mdx
vendored
2
docs/ru/md/SQLite/Orm/Get-records.mdx
vendored
@ -27,7 +27,7 @@ import TabItem from '@theme/TabItem';
|
|||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
Значения типа Двоичные данные (BLOB) возвращаются в виде `{'blob':<Base64 строка>}`
|
Значения типа Двоичные данные (BLOB) возвращаются в виде `{'blob':Base64 строка}`
|
||||||
:::
|
:::
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
12246
service/dictionaries/en.json
vendored
12246
service/dictionaries/en.json
vendored
File diff suppressed because it is too large
Load Diff
8
src/en/OInt/core/Modules/OPI_SQLite.os
vendored
8
src/en/OInt/core/Modules/OPI_SQLite.os
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
8
src/ru/OInt/core/Modules/OPI_SQLite.os
vendored
8
src/ru/OInt/core/Modules/OPI_SQLite.os
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user