From b44cdb0d487b78f79b709296348426df2005266d Mon Sep 17 00:00:00 2001 From: Nazar Kovtun Date: Wed, 2 Apr 2025 12:42:56 +0300 Subject: [PATCH] HCK-10529: improve length conversion for all char convertible types --- polyglot/adapter.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/polyglot/adapter.json b/polyglot/adapter.json index 405a18f..4ea500e 100644 --- a/polyglot/adapter.json +++ b/polyglot/adapter.json @@ -115,17 +115,17 @@ "hasMaxLength": true }, "to": { - "length": 21844 + "length": 255 } }, { "from": { "type": "varchar", - "mode": "char", + "mode": "character", "hasMaxLength": true }, "to": { - "length": 255 + "length": 21844 } }, { @@ -134,7 +134,7 @@ "hasMaxLength": true }, "to": { - "length": 21844 + "length": 255 } }, {