From 7583eecf5264d7588d0a73ccbe3ad87293852b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Thu, 18 Jun 2026 14:39:10 +0400 Subject: [PATCH] =?UTF-8?q?v1.0.2:=20fix=20BYTEA=20=E2=80=94=20=3Fstringty?= =?UTF-8?q?pe=3Dunspecified=20=D0=B2=20JDBC=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application.cfc | 2 +- index.cfm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Application.cfc b/Application.cfc index a6dc093..050264f 100644 --- a/Application.cfc +++ b/Application.cfc @@ -8,7 +8,7 @@ class: "org.postgresql.Driver", bundleName: "org.postgresql.jdbc", bundleVersion: "42.6.0", - connectionString: "jdbc:postgresql://postgresqlk8s-master.418f9960-2eb7-4429-b2ec-ac64319d7268.svc.cluster.local:5432/baza", + connectionString: "jdbc:postgresql://postgresqlk8s-master.418f9960-2eb7-4429-b2ec-ac64319d7268.svc.cluster.local:5432/baza?stringtype=unspecified", username: "super", password: "hoHdkA23yxlD9oMUlZ1bIbNyc6DE2mNJmyHMNkEpVD1F4suQs7O2lyN4t0qITyzt" }/> diff --git a/index.cfm b/index.cfm index ef734b8..4b7c260 100644 --- a/index.cfm +++ b/index.cfm @@ -1 +1 @@ -OK v1.0.1 +OK v1.0.2