You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -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
|
||||||
:::
|
:::
|
||||||
|
12280
service/dictionaries/en.json
vendored
12280
service/dictionaries/en.json
vendored
File diff suppressed because it is too large
Load Diff
2
src/en/OInt/core/Modules/OPI_SQLite.os
vendored
2
src/en/OInt/core/Modules/OPI_SQLite.os
vendored
@@ -119,7 +119,7 @@ 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
|
||||||
//
|
//
|
||||||
|
@@ -119,7 +119,7 @@ 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
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user