Opened 6 years ago
Closed 6 years ago
#1949 closed defect (fixed)
rasdaman produces invalid CREATE TYPE from MDDBASETYPES
Reported by: | Dimitar Misev | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 9.8 |
Component: | qlparser | Version: | development |
Keywords: | Cc: | Vlad Merticariu, Peter Baumann | |
Complexity: | Medium |
Description
This is an invalid CREATE TYPE statement:
rasql -q 'select c from RAS_MARRAY_TYPES as c' --out string ... CREATE TYPE Char as marray {char} ...
It seems to be produced from MDDBASETYPES which have no dimension information. It should simply not print these types as it's invalid without a dimension. But also the root cause of how they are constructed in the first place should be traced.
Change History (2)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Petascope breaks down when such a type is printed: #1948