Opened 13 years ago
Last modified 9 years ago
#132 closed defect
Selecting struct component by name fails — at Version 1
Reported by: | Dimitar Misev | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 9.0.x |
Component: | qlparser | Version: | 8.3 |
Keywords: | Cc: | Peter Baumann, Marcus Sen | |
Complexity: | Medium |
Description (last modified by )
select c.red from multi as c
fails with "Struct selector is not valid." when a custom struct type is used, while selecting by number works:
select c.0 from multi as c
selecting from an RGBSet collection also works:
select sdom(c.red) from rgb as c
Note:
See TracTickets
for help on using tickets.