File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -208,14 +208,15 @@ correspondingly.
208
208
| SQL type | C type | VOPS tile type |
209
209
| ----------------------- | --------- | --------------- |
210
210
| bool | bool | vops\_ bool |
211
- | "char", char or char(1) | char | vops\_ char |
211
+ | "char" | char | vops\_ char |
212
212
| int2 | int16 | vops\_ int2 |
213
213
| int4 | int32 | vops\_ int4 |
214
214
| int8 | int64 | vops\_ int8 |
215
215
| float4 | float4 | vops\_ float4 |
216
216
| float8 | float8 | vops\_ float8 |
217
217
| date | DateADT | vops\_ date |
218
218
| timestamp | Timestamp | vops\_ timestamp |
219
+ | char(N), varchar(N) | text | vops\_ text |
219
220
220
221
VOPS doesn't support work with strings (char or varchar types), except
221
222
case of single character. If strings are used as identifiers, in most
You can’t perform that action at this time.
0 commit comments