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.
208208| SQL type | C type | VOPS tile type |
209209| ----------------------- | --------- | --------------- |
210210| bool | bool | vops\_ bool |
211- | "char", char or char(1) | char | vops\_ char |
211+ | "char" | char | vops\_ char |
212212| int2 | int16 | vops\_ int2 |
213213| int4 | int32 | vops\_ int4 |
214214| int8 | int64 | vops\_ int8 |
215215| float4 | float4 | vops\_ float4 |
216216| float8 | float8 | vops\_ float8 |
217217| date | DateADT | vops\_ date |
218218| timestamp | Timestamp | vops\_ timestamp |
219+ | char(N), varchar(N) | text | vops\_ text |
219220
220221VOPS doesn't support work with strings (char or varchar types), except
221222case of single character. If strings are used as identifiers, in most
You can’t perform that action at this time.
0 commit comments