Skip to content

Commit 414fcf9

Browse files
authored
HCK-10531: add config for proper char hasMaxLength handle on conversion (#141)
1 parent f1a63e9 commit 414fcf9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

polyglot/convertAdapter.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@
5858
"to": {
5959
"hasMaxLength": true
6060
}
61+
},
62+
{
63+
"from": {
64+
"mode": "char",
65+
"length": 10485760
66+
},
67+
"to": {
68+
"hasMaxLength": true
69+
}
6170
}
6271
]
6372
}

0 commit comments

Comments
 (0)