From f167adce15012b51eb7d259c27bcef536c9bfc8d Mon Sep 17 00:00:00 2001 From: naeel Date: Tue, 17 Feb 2026 08:31:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20query.cfm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- query.cfm | 114 ++++++++++++++++++++++++++++++++---------------------- 1 file changed, 67 insertions(+), 47 deletions(-) diff --git a/query.cfm b/query.cfm index f54e6dc..1568761 100644 --- a/query.cfm +++ b/query.cfm @@ -1,66 +1,86 @@ -

TEST v2

+ + + + + Nubes Lucee CRUD + + + - +
+
+ +

Lucee CRUD Demo

+
-

🛠 Тест базы данных: Запись и Чтение

+ +
Ошибка базы данных:
#request.db_error#
+
- - - CREATE TABLE IF NOT EXISTS nubes_test_table ( - id SERIAL PRIMARY KEY, - test_data TEXT, - created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP - ); +
+ + + +
+ + + SELECT * FROM nubes_test_table ORDER BY id DESC LIMIT 15 - - INSERT INTO nubes_test_table (test_data) - VALUES ('Проверка записи через Lucee: ' || CURRENT_TIMESTAMP); - - - - SELECT * FROM nubes_test_table ORDER BY id DESC LIMIT 10; - - -

✅ Соединение активно! Данные успешно записаны в PostgreSQL.

- - - - + + + - + - - + +
IDСообщение из базыДата и время в БДIDДанные в PostgreSQLДействия
#id##test_data##created_at# +
+ + + +
+
+ + +
+ + + +
+
- -
- ❌ Ошибка:
- #cfcatch.message# -
-
-
+
+ DS: #request.DS# + Pod: $(kubectl get pods -l app=nifiregistry-sample -o name | head -1) +
+
-
-
- Показать переменные окружения (Terraform) - -
-
\ No newline at end of file + + \ No newline at end of file