#990 closed defect (invalid)
invalid struct selector should throw proper error
Reported by: | Dimitar Misev | Owned by: | Vlad Zamfir |
---|---|---|---|
Priority: | major | Milestone: | 9.1.x |
Component: | qlparser | Version: | development |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Medium |
Description
rgb.5 for example should return proper exception.
Change History (5)
comment:1 by , 9 years ago
Cc: | added |
---|
comment:2 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:3 by , 9 years ago
comment:4 by , 9 years ago
I just tested and it actually returns a proper error:
Executing retrieval query...rasdaman error 370: Execution error 370 in line 1, column 19, near token .: Struct selector is not valid.
Note:
See TracTickets
for help on using tickets.
can you explain briefly why it is invalid?