Opened 5 years ago

Closed 5 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 Dimitar Misev, 5 years ago

Petascope breaks down when such a type is printed: #1948

comment:2 by Dimitar Misev, 5 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.