#124 closed defect (duplicate)
Error when selecting non-materialized parts of an mdd
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 8.4 |
Component: | qlparser | Version: | 8.3 |
Keywords: | Cc: | Peter Baumann, barboni@… | |
Complexity: | Medium |
Description
Attempting to access (select) non-materialized parts in an MDD only will result in a "Specified domain does not intersect with spatial domain of MDD" error.
This error is a bug, which will be fixed to return appropriate null values (0 usually). Selecting an area which covers both materialized and non-materialized parts already works like this.
Change History (2)
comment:1 by , 13 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 12 years ago
Complexity: | → Medium |
---|---|
Milestone: | → 8.4 |
Note:
See TracTickets
for help on using tickets.
Actually we already have #122 for this