From 17742d51b4d67477c6323ab941c19cd585d0d0d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Tue, 23 Jun 2026 15:26:51 +0400 Subject: [PATCH] =?UTF-8?q?v1.0.153:=20fix=20double=20base64=20decode=20?= =?UTF-8?q?=E2=80=94=20chunk.cfm=20stores=20base64=20string,=20parser.cfm?= =?UTF-8?q?=20decodes=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chunk.cfm | 2 +- index.cfm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chunk.cfm b/chunk.cfm index 823edd8..d3818ef 100644 --- a/chunk.cfm +++ b/chunk.cfm @@ -73,7 +73,7 @@ INSERT INTO documents (filename, mime_type, original_bytes, status) - VALUES (,,decode(,'base64'),'uploaded') + VALUES (,,,'uploaded') SELECT id FROM documents WHERE filename= AND status='uploaded' ORDER BY created_at DESC LIMIT 1 diff --git a/index.cfm b/index.cfm index 49d5c8d..6e6a887 100644 --- a/index.cfm +++ b/index.cfm @@ -75,7 +75,7 @@
Nubes - Сверка договоров — LLM AI-driven Event Sourcing v1.0.152 — Lucee + Сверка договоров — LLM AI-driven Event Sourcing v1.0.153 — Lucee