Opened 13 years ago
Last modified 9 years ago
#132 closed defect
Selecting struct component by name fails — at Initial Version
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
select c.red from multi as c
fails with Struct selector is not valid., while selecting by number works:
select c.0 from multi as c
Note:
See TracTickets
for help on using tickets.