diff --git a/polyglot/convertAdapter.json b/polyglot/convertAdapter.json index dda8f59..dace0e8 100644 --- a/polyglot/convertAdapter.json +++ b/polyglot/convertAdapter.json @@ -61,6 +61,24 @@ "to": { "hasMaxLength": true } + }, + { + "from": { + "mode": "char", + "length": 10485760 + }, + "to": { + "hasMaxLength": true + } + }, + { + "from": { + "mode": "varbit", + "length": 10485760 + }, + "to": { + "hasMaxLength": true + } } ] }