Changes between Initial Version and Version 1 of Ticket #2211
- Timestamp:
- Jan 12, 2020, 11:46:56 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2211 – Description
initial v1 1 1 All rasql queries generated by petascope have a WHERE clause like this: 2 ``` 2 {{{ 3 3 WHERE oid(<coverage>) = <oid> 4 ``` 4 }}} 5 5 This 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.