Changes between Initial Version and Version 1 of Ticket #132


Ignore:
Timestamp:
Mar 2, 2012, 12:30:07 AM (12 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #132 – Description

    initial v1  
    22select c.red from multi as c
    33}}}
    4 fails with '''Struct selector is not valid.''', while selecting by number works:
     4fails with "'''Struct selector is not valid.'''" when a custom struct type is used, while selecting by number works:
    55{{{
    66select c.0 from multi as c
    77}}}
     8selecting from an RGBSet collection also works:
     9{{{
     10select sdom(c.red) from rgb as c
     11}}}