From b9d0054f8dd4042c47379a12df08e9037ece984c Mon Sep 17 00:00:00 2001 From: naeel Date: Tue, 17 Feb 2026 08:30:49 +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=20Application.cfc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application.cfc | 192 +++++++++++++++--------------------------------- 1 file changed, 59 insertions(+), 133 deletions(-) diff --git a/Application.cfc b/Application.cfc index e2f4206..bf8460c 100644 --- a/Application.cfc +++ b/Application.cfc @@ -1,144 +1,70 @@ - - + - - - - - - - + + + - - - - - + - - - + + + + + + + + + + + - - - - - - + + - - - - - - - - - + + + - + + + + + + INSERT INTO nubes_test_table (test_data) + VALUES () + + + + + UPDATE nubes_test_table + SET test_data = + WHERE id = + + + + + DELETE FROM nubes_test_table + WHERE id = + + + + + + - + + + CREATE TABLE IF NOT EXISTS nubes_test_table ( + id SERIAL PRIMARY KEY, + test_data TEXT, + created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP + ); + + + - - - - - - - - ), - DE( "https://" ), - DE( "http://" ) - ) & - cgi.http_host & - reReplace( - getDirectoryFromPath( arguments.template ), "([^\\/]+[\\/]){#local.requestDepth#}$", - "", - "one" - ) - ) /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - + \ No newline at end of file