Opened 5 years ago

Last modified 5 years ago

#2211 closed enhancement

remove oid check from rasql generated by petascope — at Initial Version

Reported by: Dimitar Misev Owned by: Bang Pham Huu
Priority: major Milestone: 10.0
Component: petascope Version: 9.8
Keywords: Cc: Vlad Merticariu
Complexity: Medium

Description

All rasql queries generated by petascope have a WHERE clause like this:
`
WHERE oid(<coverage>) = <oid>
`
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.

Change History (0)

Note: See TracTickets for help on using tickets.