From f9debc0e2e31384e7d078d0967be5f2f7a8fd726 Mon Sep 17 00:00:00 2001 From: Anton Titovets Date: Sun, 2 Nov 2025 23:45:50 +0300 Subject: [PATCH] Fastfix --- ci/docs_en | 4 +--- ci/docs_ru | 4 +--- docs/en/md/Instructions/PostgreSQL.md | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/ci/docs_en b/ci/docs_en index 5e1a0784a0..8d7e842dd2 100644 --- a/ci/docs_en +++ b/ci/docs_en @@ -10,9 +10,7 @@ pipeline { bat encoding: 'UTF-8', script:'chcp 65001 & xcopy "docs/en/md" "docs/docusaurus/docs" /s /e /i /y' bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus & npm install' bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus & npm run build' - withCredentials([string(credentialsId: 'neocities-en', variable: 'TOKEN')]) { - powershell encoding: 'UTF-8', script:'rclone sync C:/ProgramData/Jenkins/.jenkins/workspace/OpiDocs/OpiDocsEn/docs/docusaurus/build/ hoster:public_html_en --progress' - } + bat encoding: 'UTF-8', script:'rclone sync C:/ProgramData/Jenkins/.jenkins/workspace/OpiDocs/OpiDocsEn/docs/docusaurus/build/ hoster:public_html_en --progress' } bat encoding: 'UTF-8', script:'chcp 65001 & rmdir /s /q "C:/ProgramData/Jenkins/.jenkins/workspace/OpiDocs/OpiDocsEn/docs/docusaurus/build"' diff --git a/ci/docs_ru b/ci/docs_ru index a35df245b3..90661e9df2 100644 --- a/ci/docs_ru +++ b/ci/docs_ru @@ -9,9 +9,7 @@ pipeline { bat encoding: 'UTF-8', script:'chcp 65001 & xcopy "docs/ru/md" "docs/docusaurus/docs" /s /e /i /y' bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus & npm install' bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus & npm run build' - withCredentials([string(credentialsId: 'neocities-ru', variable: 'TOKEN')]) { - powershell encoding: 'UTF-8', script:'rclone sync C:/ProgramData/Jenkins/.jenkins/workspace/OpiDocs/OpiDocsRu/docs/docusaurus/build/ hoster:public_html --progress' - } + bat encoding: 'UTF-8', script:'rclone sync C:/ProgramData/Jenkins/.jenkins/workspace/OpiDocs/OpiDocsRu/docs/docusaurus/build/ hoster:public_html --progress' } bat encoding: 'UTF-8', script:'chcp 65001 & rmdir /s /q "C:/ProgramData/Jenkins/.jenkins/workspace/OpiDocs/OpiDocsRu/docs/docusaurus/build"' diff --git a/docs/en/md/Instructions/PostgreSQL.md b/docs/en/md/Instructions/PostgreSQL.md index 08ab23f0ec..a484174cea 100644 --- a/docs/en/md/Instructions/PostgreSQL.md +++ b/docs/en/md/Instructions/PostgreSQL.md @@ -34,7 +34,7 @@ By default, all SELECT queries return an array of selected data, while other que The PostgreSQL connector supports the use of positional parameters. All values passed both when executing queries directly through the `ExecuteRequestSQL()` function and in ORM methods with value setting, such as `AddRecords` and `UpdateRecords`, must be a structure of the form `{'Data Type': 'Value'}`. The following data types are supported: -:::TIP +:::tip 🟢 - Implemented, tested; 🟡 - Implemented, not tested :::