Opened 6 years ago
Closed 6 years ago
#1975 closed defect (fixed)
selecting marray types bug for "internal" types
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 9.8 |
Component: | qlparser | Version: | 9.7 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
rasserver goes in an infinite loop if it comes into an "internal" MDDBaseType
when selecting all marray types (from RAS_MARRAY_TYPES).
To reproduce create this marray type with rasdl:
typedef marray <char> Char;
then run
directql --out string -q 'select c from RAS_MARRAY_TYPES as c'
Note:
See TracTickets
for help on using tickets.