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/>
|
||||
|
||||
:::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
|
||||
:::
|
||||
|
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/>
|
||||
|
||||
:::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/>
|
||||
|
||||
|
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/>
|
||||
|
||||
:::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/>
|
||||
|
||||
|
@ -25,7 +25,7 @@ import TabItem from '@theme/TabItem';
|
||||
<br/>
|
||||
|
||||
:::tip
|
||||
Доступные типы параметров: Cтрока, Число, Дата, Булево, ДвоичныеДанные. Двоичные данные могут также быть переданы как структура `{'blob':<Путь к файлу>}`. Возвращаются значения двоичных данных (BLOB) в виде `{'blob':<Base64 строка>}`
|
||||
Доступные типы параметров: Cтрока, Число, Дата, Булево, ДвоичныеДанные. Двоичные данные могут также быть переданы как структура `{'blob':Путь к файлу}`. Возвращаются значения двоичных данных (BLOB) в виде `{'blob':Base64 строка}`
|
||||
|
||||
Без указания флага `ФорсироватьРезультат`, чтение результата осуществляется только для запросов, начинающихся с `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/>
|
||||
|
||||
:::tip
|
||||
Двоичные данные могут также быть переданы как структура `{'blob':<Путь к файлу>}`
|
||||
Двоичные данные могут также быть переданы как структура `{'blob':Путь к файлу}`
|
||||
:::
|
||||
<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/>
|
||||
|
||||
:::tip
|
||||
Значения типа Двоичные данные (BLOB) возвращаются в виде `{'blob':<Base64 строка>}`
|
||||
Значения типа Двоичные данные (BLOB) возвращаются в виде `{'blob':Base64 строка}`
|
||||
:::
|
||||
<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
|
||||
// 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>}
|
||||
// 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
|
||||
//
|
||||
@ -200,7 +200,7 @@ EndFunction
|
||||
// Adds new rows to the table
|
||||
//
|
||||
// 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:
|
||||
// Table - String - Table name - table
|
||||
@ -221,7 +221,7 @@ EndFunction
|
||||
// Gets records from the selected table
|
||||
//
|
||||
// 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:
|
||||
// Table - String - Table name - table
|
||||
|
@ -118,8 +118,8 @@ EndFunction
|
||||
//
|
||||
// Note
|
||||
// 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>}
|
||||
// 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
|
||||
//
|
||||
@ -200,7 +200,7 @@ EndFunction
|
||||
// Adds new rows to the table
|
||||
//
|
||||
// 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:
|
||||
// Table - String - Table name - table
|
||||
@ -221,7 +221,7 @@ EndFunction
|
||||
// Gets records from the selected table
|
||||
//
|
||||
// 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:
|
||||
// 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трока, Число, Дата, Булево, ДвоичныеДанные.^^
|
||||
// Двоичные данные могут также быть переданы как структура `{'blob':<Путь к файлу>}`. Возвращаются значения двоичных данных (BLOB)^^
|
||||
// в виде `{'blob':<Base64 строка>}`
|
||||
// Двоичные данные могут также быть переданы как структура `{'blob':Путь к файлу}`. Возвращаются значения двоичных данных (BLOB)^^
|
||||
// в виде `{'blob':Base64 строка}`
|
||||
// Без указания флага `ФорсироватьРезультат`, чтение результата осуществляется только для запросов, начинающихся с `SELECT`^^
|
||||
// Для остальных запросов возвращается `result:true` или `false` с текстом ошибки
|
||||
//
|
||||
@ -200,7 +200,7 @@
|
||||
// Добавляет записи в таблицу
|
||||
//
|
||||
// Примечание:
|
||||
// Двоичные данные могут также быть переданы как структура `{'blob':<Путь к файлу>}`
|
||||
// Двоичные данные могут также быть переданы как структура `{'blob':Путь к файлу}`
|
||||
//
|
||||
// Параметры:
|
||||
// Таблица - Строка - Имя таблицы - table
|
||||
@ -221,7 +221,7 @@
|
||||
// Получает записи из выбранной таблицы
|
||||
//
|
||||
// Примечание:
|
||||
// Значения типа Двоичные данные (BLOB) возвращаются в виде `{'blob':<Base64 строка>}`
|
||||
// Значения типа Двоичные данные (BLOB) возвращаются в виде `{'blob':Base64 строка}`
|
||||
//
|
||||
// Параметры:
|
||||
// Таблица - Строка - Имя таблицы - table
|
||||
|
Loading…
x
Reference in New Issue
Block a user