Opened 6 years ago
Closed 5 years ago
#1987 closed enhancement (fixed)
Add virtual collection RAS_TYPES
Reported by: | Dimitar Misev | Owned by: | apercov |
---|---|---|---|
Priority: | minor | Milestone: | 10.0 |
Component: | qlparser | Version: | 9.7 |
Keywords: | Cc: | Peter Baumann, Bang Pham Huu | |
Complexity: | Medium |
Description (last modified by )
.. as a shortcut for getting all types with one query. Currently we need to fire 3 separate queries for cell, array, and set types.
It should be implemented in mddcoll.cc to just return a union of struct/mdd/set types, what you currently get with these 3 queries:
rasql -q 'select c from RAS_STRUCT_TYPES as c' --out string rasql -q 'select c from RAS_MARRAY_TYPES as c' --out string rasql -q 'select c from RAS_SET_TYPES as c' --out string
at once with this query:
rasql -q 'select c from RAS_TYPES as c' --out string
Change History (5)
comment:1 by , 6 years ago
Priority: | major → minor |
---|
comment:2 by , 5 years ago
Milestone: | 9.8 → 10.0 |
---|
comment:3 by , 5 years ago
Description: | modified (diff) |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:4 by , 5 years ago
Status: | assigned → accepted |
---|
comment:5 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.