-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
Currently I'm trying to set a @InexactContentUri where the whereColumn can be any of 2 columns in my table.
I would requiere the where clause to be:
WHERE whereColumn1 = pathSegment OR whereColumn2 = pathSegment
This seems to be impossible with the current setup because whereColumn are joined with an AND. Would be good to have an option to join them via an OR
Or alternatively make the where work without require the whereColumn parameter. I tried to use the where parameter but currently it doesn't allow the whereColumn clause to be empty. Also couldn't find a way on how the where clause could use the path segments.
Metadata
Metadata
Assignees
Labels
No labels