You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-27 22:18:36 +02:00
Main build (Jenkins)
This commit is contained in:
2
docs/en/md/PostgreSQL/Orm/Add-records.mdx
vendored
2
docs/en/md/PostgreSQL/Orm/Add-records.mdx
vendored
@@ -25,7 +25,7 @@ import TabItem from '@theme/TabItem';
|
||||
<br/>
|
||||
|
||||
:::tip
|
||||
Record data is specified as an array of structures of the following type:<br/>```json<br/>{<br/>'Field name 1': {'Type': 'Value'},<br/>'Field name 2': {'Type': 'Value'},<br/>...<br/>}`<br/>```
|
||||
Record data is specified as an array of structures of the following type:<br/>`{'Field name 1': {'Type': 'Value'}, 'Field name 2': {'Type': 'Value'},...}`
|
||||
|
||||
The list of available types is described on the initial page of the PostgreSQL library documentation
|
||||
:::
|
||||
|
||||
2
docs/en/md/PostgreSQL/Orm/Update-records.mdx
vendored
2
docs/en/md/PostgreSQL/Orm/Update-records.mdx
vendored
@@ -25,7 +25,7 @@ import TabItem from '@theme/TabItem';
|
||||
<br/>
|
||||
|
||||
:::tip
|
||||
Record data is specified as an array of structures of the following type:<br/>```json<br/>{<br/>'Field name 1': {'Type': 'Value'},<br/>'Field name 2': {'Type': 'Value'},<br/>...<br/>}`<br/>```
|
||||
Record data is specified as an array of structures of the following type:<br/>`{'Field name 1': {'Type': 'Value'}, 'Field name 2': {'Type': 'Value'},...}`
|
||||
|
||||
The list of available types is described on the initial page of the PostgreSQL library documentation
|
||||
:::
|
||||
|
||||
2
docs/ru/md/PostgreSQL/Orm/Add-records.mdx
vendored
2
docs/ru/md/PostgreSQL/Orm/Add-records.mdx
vendored
@@ -25,7 +25,7 @@ import TabItem from '@theme/TabItem';
|
||||
<br/>
|
||||
|
||||
:::tip
|
||||
Данные записей указываются как массив структур вида:<br/>```json<br/>{<br/>'Имя поля 1': {'Тип данных': 'Значение'},<br/>'Имя поля 2': {'Тип данных': 'Значение'},<br/>...<br/>}`<br/>```
|
||||
Данные записей указываются как массив структур вида:<br/>`{'Имя поля 1': {'Тип данных': 'Значение'}, 'Имя поля 2': {'Тип данных': 'Значение'},...}`
|
||||
|
||||
Список доступных типов описан на начальной странице документации библиотеки PostgreSQL
|
||||
:::
|
||||
|
||||
2
docs/ru/md/PostgreSQL/Orm/Update-records.mdx
vendored
2
docs/ru/md/PostgreSQL/Orm/Update-records.mdx
vendored
@@ -25,7 +25,7 @@ import TabItem from '@theme/TabItem';
|
||||
<br/>
|
||||
|
||||
:::tip
|
||||
Данные записей указываются как массив структур вида:<br/>```json<br/>{<br/>'Имя поля 1': {'Тип данных': 'Значение'},<br/>'Имя поля 2': {'Тип данных': 'Значение'},<br/>...<br/>}`<br/>```
|
||||
Данные записей указываются как массив структур вида:<br/>`{'Имя поля 1': {'Тип данных': 'Значение'}, 'Имя поля 2': {'Тип данных': 'Значение'},...}`
|
||||
|
||||
Список доступных типов описан на начальной странице документации библиотеки PostgreSQL
|
||||
:::
|
||||
|
||||
13110
service/dictionaries/en.json
vendored
13110
service/dictionaries/en.json
vendored
File diff suppressed because it is too large
Load Diff
16
src/en/OInt/core/Modules/OPI_PostgreSQL.os
vendored
16
src/en/OInt/core/Modules/OPI_PostgreSQL.os
vendored
@@ -338,13 +338,7 @@ EndFunction
|
||||
//
|
||||
// Note
|
||||
// Record data is specified as an array of structures of the following type:^
|
||||
// ```json^
|
||||
// {^
|
||||
// 'Field name 1': {'Type': 'Value'},^
|
||||
// 'Field name 2': {'Type': 'Value'},^
|
||||
// ...^
|
||||
// }`^
|
||||
// ```
|
||||
// `{'Field name 1': {'Type': 'Value'}, 'Field name 2': {'Type': 'Value'},...}`
|
||||
// The list of available types is described on the initial page of the PostgreSQL library documentation
|
||||
//
|
||||
// Parameters:
|
||||
@@ -392,13 +386,7 @@ EndFunction
|
||||
//
|
||||
// Note
|
||||
// Record data is specified as an array of structures of the following type:^
|
||||
// ```json^
|
||||
// {^
|
||||
// 'Field name 1': {'Type': 'Value'},^
|
||||
// 'Field name 2': {'Type': 'Value'},^
|
||||
// ...^
|
||||
// }`^
|
||||
// ```
|
||||
// `{'Field name 1': {'Type': 'Value'}, 'Field name 2': {'Type': 'Value'},...}`
|
||||
// The list of available types is described on the initial page of the PostgreSQL library documentation
|
||||
//
|
||||
// Parameters:
|
||||
|
||||
@@ -338,13 +338,7 @@ EndFunction
|
||||
//
|
||||
// Note
|
||||
// Record data is specified as an array of structures of the following type:^
|
||||
// ```json^
|
||||
// {^
|
||||
// 'Field name 1': {'Type': 'Value'},^
|
||||
// 'Field name 2': {'Type': 'Value'},^
|
||||
// ...^
|
||||
// }`^
|
||||
// ```
|
||||
// `{'Field name 1': {'Type': 'Value'}, 'Field name 2': {'Type': 'Value'},...}`
|
||||
// The list of available types is described on the initial page of the PostgreSQL library documentation
|
||||
//
|
||||
// Parameters:
|
||||
@@ -392,13 +386,7 @@ EndFunction
|
||||
//
|
||||
// Note
|
||||
// Record data is specified as an array of structures of the following type:^
|
||||
// ```json^
|
||||
// {^
|
||||
// 'Field name 1': {'Type': 'Value'},^
|
||||
// 'Field name 2': {'Type': 'Value'},^
|
||||
// ...^
|
||||
// }`^
|
||||
// ```
|
||||
// `{'Field name 1': {'Type': 'Value'}, 'Field name 2': {'Type': 'Value'},...}`
|
||||
// The list of available types is described on the initial page of the PostgreSQL library documentation
|
||||
//
|
||||
// Parameters:
|
||||
|
||||
@@ -2155,9 +2155,9 @@
|
||||
КонецФункции
|
||||
|
||||
Функция ПолучитьОбщийМодуль(Знач Имя)
|
||||
|
||||
|
||||
Модуль = Вычислить(Имя);
|
||||
|
||||
|
||||
Возврат Модуль;
|
||||
КонецФункции
|
||||
|
||||
|
||||
Reference in New Issue
Block a user