Skip to content

Commit 6238d1f

Browse files
authored
HCK-10531: add hasMaxLength conversion for varbit (#142)
1 parent 414fcf9 commit 6238d1f

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
@@ -67,6 +67,15 @@
6767
"to": {
6868
"hasMaxLength": true
6969
}
70+
},
71+
{
72+
"from": {
73+
"mode": "varbit",
74+
"length": 10485760
75+
},
76+
"to": {
77+
"hasMaxLength": true
78+
}
7079
}
7180
]
7281
}

0 commit comments

Comments
 (0)