Skip to content

Commit 311acbe

Browse files
authored
HCK-10529: improve length conversion for all char convertible types (#44)
1 parent e0360c5 commit 311acbe

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

polyglot/adapter.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,17 +115,17 @@
115115
"hasMaxLength": true
116116
},
117117
"to": {
118-
"length": 21844
118+
"length": 255
119119
}
120120
},
121121
{
122122
"from": {
123123
"type": "varchar",
124-
"mode": "char",
124+
"mode": "character",
125125
"hasMaxLength": true
126126
},
127127
"to": {
128-
"length": 255
128+
"length": 21844
129129
}
130130
},
131131
{
@@ -134,7 +134,7 @@
134134
"hasMaxLength": true
135135
},
136136
"to": {
137-
"length": 21844
137+
"length": 255
138138
}
139139
},
140140
{

0 commit comments

Comments
 (0)