Changes between Initial Version and Version 1 of Ticket #2211


Ignore:
Timestamp:
Jan 12, 2020, 11:46:56 AM (4 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2211 – Description

    initial v1  
    11All rasql queries generated by petascope have a WHERE clause like this:
    2 ```
     2{{{
    33WHERE oid(<coverage>) = <oid>
    4 ```
     4}}}
    55This is unnecessary as every coverage corresponds to a collection with a single object in it as far as I know. The WHERE clause should be removed to reduce clutter in the queries.