From d5cea9b663b4bc537780d2b107fb0b4ca83cbaf5 Mon Sep 17 00:00:00 2001 From: Nazar Kovtun Date: Thu, 3 Apr 2025 12:16:14 +0300 Subject: [PATCH] HCK-10649: change adapter approach and saved the result --- polyglot/adapter.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/polyglot/adapter.json b/polyglot/adapter.json index 4ea500e..a4ad66f 100644 --- a/polyglot/adapter.json +++ b/polyglot/adapter.json @@ -115,17 +115,17 @@ "hasMaxLength": true }, "to": { - "length": 255 + "length": 21844 } }, { "from": { "type": "varchar", - "mode": "character", + "mode": "char", "hasMaxLength": true }, "to": { - "length": 21844 + "length": 255 } }, {