Opened 12 years ago

Last modified 8 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 Dimitar Misev)

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

Change History (1)

comment:1 by Dimitar Misev, 12 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.