You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +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
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user